// App that imports components -- anti-patterns are in the imported files import React from 'react'; import { Card } from './Card'; import './styles.css'; export function App() { return (

Dashboard

); }