components/DashBlank.js (8 lines of code) (raw):

import { Card } from 'react-bootstrap'; export default function DashBlank() { return ( <Card bg="dark" text="white"> <Card.Body /> </Card> ); }