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
travel
Commits
2f955fae
Commit
2f955fae
authored
Jun 29, 2022
by
백승민
Browse files
nothing
parent
4ea76115
Changes
1
Show whitespace changes
Inline
Side-by-side
frontend/src/pages/board.tsx
View file @
2f955fae
...
...
@@ -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