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
2d84b4fb
Commit
2d84b4fb
authored
Jul 05, 2021
by
Jiwon Yoon
Browse files
0705moviechart-tab
parent
9fdebb84
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/pages/MovieListPage.js
View file @
2d84b4fb
...
...
@@ -2,12 +2,10 @@ import React, { useState, useEffect } from 'react'
import
MovieChart
from
'
../components/MovieChart
'
import
MovieComming
from
'
../components/MovieComming
'
const
MovieListPage
=
()
=>
{
const
navtabStyle
=
{
}
return
(
<
div
className
=
"
container
"
>
<
ul
className
=
"
nav nav-tabs row justify-content-center my-3 border-0
"
id
=
"
myTab
"
role
=
"
tablist
"
>
<
li
className
=
"
nav-item col-5
"
role
=
"
presentation
"
>
<
li
className
=
{
`
nav-item col-5
`
}
role
=
"
presentation
"
>
<
button
className
=
"
nav-link active mx-auto
"
id
=
"
moviechart-tab
"
data
-
bs
-
toggle
=
"
tab
"
data
-
bs
-
target
=
"
#moviechart
"
type
=
"
button
"
role
=
"
tab
"
aria
-
controls
=
"
moviechart
"
aria
-
selected
=
"
true
"
>
무비차트
<
/button
>
<
/li
>
<
li
className
=
"
nav-item col-5
"
role
=
"
presentation
"
>
...
...
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