Skip to content

Commit e90567e

Browse files
committed
feat: admin-new url -> admin 으로 폴더명 변경
1 parent 07ea38f commit e90567e

36 files changed

+29
-29
lines changed

app/admin-new/page.tsx

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/admin-old/page.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import Home from "@/home/Home";
2+
// import Login from "@/login/Login";
3+
4+
export default function adminLoginPage() {
5+
return <Home />;
6+
}
File renamed without changes.
File renamed without changes.

app/admin-new/(components)/CreateTheme/CreateThemeAddButton.tsx renamed to app/admin/(components)/CreateTheme/CreateThemeAddButton.tsx

File renamed without changes.

app/admin-new/(components)/CreateTheme/CreateThemeBody.tsx renamed to app/admin/(components)/CreateTheme/CreateThemeBody.tsx

File renamed without changes.

app/admin-new/(components)/CreateTheme/CreateThemeTitle.tsx renamed to app/admin/(components)/CreateTheme/CreateThemeTitle.tsx

File renamed without changes.
File renamed without changes.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {
99
plusDisableProps,
1010
plusProps,
1111
subscribeLinkURL,
12-
} from "@/admin-new/(consts)/sidebar";
12+
} from "@/admin/(consts)/sidebar";
1313
import {
1414
getSelectedThemeId,
1515
getStatus,
@@ -61,7 +61,7 @@ export default function Sidebar(props: Props) {
6161

6262
const navigateToNewTheme = () => {
6363
resetSelectedTheme();
64-
router.push("/admin-new");
64+
router.push("/admin");
6565
};
6666
const handleSelectTheme = (theme: Theme) => {
6767
if (drawer.isOpen && !drawer.isSameHint) {
File renamed without changes.

0 commit comments

Comments
 (0)