From b8e41f66e2edbe046b5df2b78b4f0199e2349d68 Mon Sep 17 00:00:00 2001 From: lshyun955 Date: Fri, 3 Jan 2025 11:52:12 +0900 Subject: [PATCH] =?UTF-8?q?=EC=88=98=EC=A0=95:=20=EB=88=84=EB=9D=BD?= =?UTF-8?q?=EB=90=9C=20context=20index=ED=8C=8C=EC=9D=BC=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/context/index.ts | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/context/index.ts diff --git a/src/context/index.ts b/src/context/index.ts new file mode 100644 index 0000000..703b13c --- /dev/null +++ b/src/context/index.ts @@ -0,0 +1,4 @@ +export * from "./App/AppContext"; +export * from "./App/useAppContext"; +export * from "./Theme/ThemeContext"; +export * from "./Theme/useThemeContext";