Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
students
butter-studio
Commits
80508167
Commit
80508167
authored
Jun 28, 2021
by
Kim, Subin
Browse files
AdminPage 생성 및 추가
parent
3e496b2c
Changes
2
Show whitespace changes
Inline
Side-by-side
client/src/App.js
View file @
80508167
...
...
@@ -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
(
...
...
client/src/pages/AdminPage.js
0 → 100644
View file @
80508167
const
AdminPage
=
()
=>
{
return
(
<
div
>
<
/div
>
)
}
export
default
AdminPage
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment