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
d1206e75
Commit
d1206e75
authored
Jul 07, 2021
by
Kim, Subin
Browse files
import Pagination & MovieTable
parent
033248a1
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/components/Admin/MovieEdit.js
View file @
d1206e75
import
Search
from
"
../Search
"
;
import
MovieTable
from
"
../MovieTable
"
;
import
Pagination
from
"
../Pagination
"
;
const
MovieEdit
=
()
=>
{
return
(
<
div
className
=
"
d-flex justify-content-around
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}}
>
등록
<
/button
>
<>
<
div
className
=
"
d-flex justify-content-end mb-3
"
>
<
Search
type
=
"
admin
"
/>
<
/div
>
<
MovieTable
/>
<
div
className
=
"
d-flex align-items-center
"
>
<
Pagination
/>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}}
>
등록
<
/button
>
<
/div
>
<
/
>
)
}
export
default
MovieEdit
\ 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