"use client" import Button from 'react-bootstrap/Button'; import Card from 'react-bootstrap/Card'; import Container from 'react-bootstrap/Container'; import Row from 'react-bootstrap/Row'; import Col from 'react-bootstrap/Col'; import SideNav from './sidenav'; import NavBar from './navbar'; export default function Board(props) { return ( Card Title Some quick example text to build on the card title and make up the bulk of the card's content. 3 of 3 1 of 3 2 of 3 (wider) 3 of 3 ); }