Commit 223d83d4 authored by Lee Soobeom's avatar Lee Soobeom
Browse files

2nd merge

parent 4ea76115
......@@ -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">
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment