Frontend: Fix Board compilation error
This commit is contained in:
parent
edb6887998
commit
2b3ec0d718
@ -7,7 +7,7 @@ import Col from 'react-bootstrap/Col';
|
||||
import SideNav from './sidenav';
|
||||
import NavBar from './navbar';
|
||||
|
||||
export default function Board(props) {
|
||||
export default function Board() {
|
||||
return (
|
||||
<Container>
|
||||
<Row>
|
||||
@ -26,7 +26,7 @@ export default function Board(props) {
|
||||
</Card.Title>
|
||||
<Card.Text>
|
||||
Some quick example text to build on the card title and make up the
|
||||
bulk of the card's content.
|
||||
bulk of the card{"'"}s content.
|
||||
</Card.Text>
|
||||
<Button variant="primary">
|
||||
Go somewhere
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user