diff --git a/frontend-temp/src/App.jsx b/frontend-temp/src/App.jsx
index 576e22f..98b9b9e 100644
--- a/frontend-temp/src/App.jsx
+++ b/frontend-temp/src/App.jsx
@@ -88,7 +88,7 @@ function App() {
} />
} />
} />
- } />
+ } />
} />
} />
} />
diff --git a/frontend-temp/src/pages/pc/admin/schedules/form/components/CategorySelector.jsx b/frontend-temp/src/components/pc/admin/schedule/CategorySelector.jsx
similarity index 100%
rename from frontend-temp/src/pages/pc/admin/schedules/form/components/CategorySelector.jsx
rename to frontend-temp/src/components/pc/admin/schedule/CategorySelector.jsx
diff --git a/frontend-temp/src/components/pc/admin/schedule/index.js b/frontend-temp/src/components/pc/admin/schedule/index.js
new file mode 100644
index 0000000..8c7cfe7
--- /dev/null
+++ b/frontend-temp/src/components/pc/admin/schedule/index.js
@@ -0,0 +1 @@
+export { default as CategorySelector } from './CategorySelector';
diff --git a/frontend-temp/src/pages/pc/admin/schedules/form/index.jsx b/frontend-temp/src/pages/pc/admin/schedules/form/index.jsx
index 31e72d9..a8ca984 100644
--- a/frontend-temp/src/pages/pc/admin/schedules/form/index.jsx
+++ b/frontend-temp/src/pages/pc/admin/schedules/form/index.jsx
@@ -5,7 +5,7 @@ import { Home, ChevronRight } from "lucide-react";
import AdminLayout from "@/components/pc/admin/Layout";
import { useAdminAuth } from "@/hooks/pc/admin";
import * as categoriesApi from "@/api/pc/admin/categories";
-import CategorySelector from "./components/CategorySelector";
+import CategorySelector from "@/components/pc/admin/schedule/CategorySelector";
import YouTubeForm from "./YouTubeForm";
import XForm from "./XForm";