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
0f4b0eeb
Commit
0f4b0eeb
authored
Jul 05, 2021
by
Kim, Subin
Browse files
MovieEdit
parent
b1af5aa6
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/components/Admin/MovieEdit.js
0 → 100644
View file @
0f4b0eeb
import
Search
from
"
../Search
"
;
const
MovieEdit
=
()
=>
{
return
(
<
div
className
=
"
d-flex justify-content-around
"
>
<
button
type
=
"
button
"
className
=
"
btn btn-dark
"
style
=
{{
width
:
"
5em
"
}}
>
등록
<
/button
>
<
Search
type
=
"
admin
"
/>
<
/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