Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
students
travel
Commits
223d83d4
Commit
223d83d4
authored
Jun 29, 2022
by
Lee Soobeom
Browse files
2nd merge
parent
4ea76115
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/pages/board.tsx
View file @
223d83d4
...
...
@@ -5,13 +5,9 @@ function range(start:number, end:number) {
}
export
default
function
BoardPage
()
{
<
<<<<<<
HEAD
const
imgs
=
range
(
1
,
8
);
//[1,2,3,4,5,6,7]
=======
const
ords
=
range
(
1
,
8
);
//[1,2,3,4,5,6,7];
const
[
count
,
setCount
]
=
useState
(
0
);
>
>>>>>> a7056a6986765dfc1269fbf0543c54a1e14a9ac7
return
(
<
div
className
=
"flex flex-col items-center"
>
<
div
className
=
"flex flex-col items-center mt-6"
>
...
...
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