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
bora-it
Commits
dbcad0d7
Commit
dbcad0d7
authored
Jul 12, 2021
by
우지원
Browse files
e
parent
c81b3fdc
Changes
3
Show whitespace changes
Inline
Side-by-side
client/src/components/Room/ChannelList.js
View file @
dbcad0d7
import
{
Link
}
from
'
react-router-dom
'
import
React
,
{
useState
}
from
'
react
'
;
import
LeftHamb
e
rger
from
'
./LeftHamb
e
rger
'
;
import
RightHamb
e
rger
from
'
./RightHamb
e
rger
'
;
import
LeftHamb
u
rger
from
'
./LeftHamb
u
rger
'
;
import
RightHamb
u
rger
from
'
./RightHamb
u
rger
'
;
const
ChannelList
=
()
=>
{
const
[
admin
,
setAdmin
]
=
useState
(
'
true
'
)
...
...
@@ -14,13 +14,13 @@ const ChannelList = () => {
return
(
<
div
>
<
nav
className
=
"
navbar navbar-light d-flex justify-content-between
"
>
<
LeftHamb
e
rger
/>
<
LeftHamb
u
rger
/>
<
div
>
<
Link
to
=
"
/user
"
>
<
img
src
=
"
/BORA.png
"
style
=
{{
width
:
'
160px
'
}}
/
>
<
/Link
>
<
/div
>
<
RightHamb
e
rger
/>
<
RightHamb
u
rger
/>
<
/nav
>
<
/div
>
)
...
...
client/src/components/Room/LeftHamb
e
rger.js
→
client/src/components/Room/LeftHamb
u
rger.js
View file @
dbcad0d7
File moved
client/src/components/Room/RightHamb
e
rger.js
→
client/src/components/Room/RightHamb
u
rger.js
View file @
dbcad0d7
File moved
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