+
{children}
)
diff --git a/src/content/components/theme-context.ts b/src/content/components/theme-context.ts
index 416d399..696c278 100644
--- a/src/content/components/theme-context.ts
+++ b/src/content/components/theme-context.ts
@@ -1,6 +1,7 @@
-import { Theme } from 'daisyui'
import { createContext, useContext } from 'react'
+import type { Theme } from 'daisyui'
+
type ThemeContextValue
= {
theme: T
setTheme: (theme: T) => void
diff --git a/src/popup/Popup.tsx b/src/popup/Popup.tsx
index 4f38856..718cb92 100644
--- a/src/popup/Popup.tsx
+++ b/src/popup/Popup.tsx
@@ -1,38 +1,45 @@
-import { Center, Flex, Link, Text, Tooltip } from '@chakra-ui/react'
-
-import { FeedbackIcon, GachonLogoIcon, GithubIcon, NotionIcon } from '@/components/Icons'
+import { GachonLogoIcon, GithubIcon, FeedbackIcon, NotionIcon } from '@/components/Icons'
function App() {
return (
-
-
-
- Gachon Tools
-
- 가천대학교 사이버캠퍼스 확장 프로그램
+
+
+
Gachon Tools
+
가천대학교 사이버캠퍼스 확장 프로그램
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
)
}
diff --git a/src/popup/index.html b/src/popup/index.html
index 61c14b2..53ac992 100644
--- a/src/popup/index.html
+++ b/src/popup/index.html
@@ -5,7 +5,7 @@