Skip to content

Commit

Permalink
add,.
Browse files Browse the repository at this point in the history
  • Loading branch information
noritaketakamichi committed Oct 26, 2020
1 parent 9ae7e53 commit 03b28b8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Board.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ function Board(props) {
console.log(`upper【${elm}】`);
console.log(elm.split(" "));
return (
// <div className="upperBarContainer">
<>
{/* <div>hello</div> */}
<div
className={classNames(
// "upperBarContainer",
Expand All @@ -65,7 +66,7 @@ function Board(props) {
})}
</div>
</div>
// </div>
</>
);
})}

Expand Down

0 comments on commit 03b28b8

Please sign in to comment.