Commit 80508167 authored by Kim, Subin's avatar Kim, Subin
Browse files

AdminPage 생성 및 추가

parent 3e496b2c
......@@ -6,6 +6,7 @@ import MovieListPage from "./pages/MovieListPage";
import MoviePage from "./pages/MoviePage";
import TheaterPage from "./pages/TheaterPage";
import MyPage from "./pages/MyPage";
import AdminPage from "./pages/AdminPage";
function App() {
return (
......
const AdminPage = () => {
return (
<div>
</div>
)
}
export default AdminPage
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment