import {Navigate, Route, Routes} from "react-router-dom"; import {BoardListPage} from "../feature/board/master/page/BoardListPage.tsx"; import { ADMIN_AUTHOR_DETAIL_ROUTE, ADMIN_AUTHOR_GROUP_LIST_ROUTE, ADMIN_AUTHOR_LIST_ROUTE, ADMIN_AUTHOR_ROLE_LIST_ROUTE, ADMIN_BBS_ARTICLE_FORM_ROUTE, ADMIN_BBS_MASTER_ROUTE, ADMIN_CONTENT_FORM_ROUTE, ADMIN_CONTENT_LIST_ROUTE, ADMIN_MENU_CREATE_MANAGE_ROUTE, ADMIN_MENU_CREATE_TREE_ROUTE, ADMIN_MENU_POPUP_ROUTE, ADMIN_ROLE_FORM_ROUTE, ADMIN_ROLE_LIST_ROUTE } from "./adminRouteMap.ts"; import {BoardArticleListPage} from "../feature/board/article/page/BoardArticleListPage.tsx"; import {BoardFormPage} from "../feature/board/master/page/BoardFormPage.tsx"; import {AuthorListPage} from "../feature/role/author/page/AuthorListPage.tsx"; import {AuthorRoleListPage} from "../feature/role/authorRole/page/AuthorRoleListPage.tsx"; import {RoleFormPage} from "../feature/role/role/page/RoleFormPage.tsx"; import {AuthorRoleMenuListPage} from "../feature/role/authorRoleMenu/page/AuthorRoleMenuListPage.tsx"; import {AuthorRoleMenuPopupPage} from "../feature/role/authorRoleMenu/page/AuthorRoleMenuPopupPage.tsx"; import {AdminLayout} from "../layout/AdminLayout.tsx"; import {AuthorGroupListPage} from "../feature/role/authorGroup/page/AuthorGroupListPage.tsx"; import {RoleListPage} from "../feature/role/role/page/RoleListPage.tsx"; import {AuthorFormPage} from "../feature/role/author/page/AuthorFormPage.tsx"; import {ContentListPage} from "../feature/content/page/ContentListPage.tsx"; import {ContentFormPage} from "../feature/content/page/ContentFormPage.tsx"; const ReadyPage = () => { return