From c7f73ed08ca0c4856d468d9210a60a2e7d1ef71d Mon Sep 17 00:00:00 2001 From: Hakadao Date: Sat, 21 Sep 2024 23:57:51 +0800 Subject: [PATCH] chore: lint --- src/contentScripts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contentScripts/index.ts b/src/contentScripts/index.ts index 6f3fa507..f6708395 100644 --- a/src/contentScripts/index.ts +++ b/src/contentScripts/index.ts @@ -1,5 +1,5 @@ import '~/styles' -import 'virtual:uno.css' +import 'uno.css' import { createApp } from 'vue'