Spaces:
Sleeping
Sleeping
| import "./Index.css"; | |
| function Index() { | |
| return ( | |
| <div className="Index"> | |
| <header className="Index-header"> | |
| <div className="card">This is a Card</div> | |
| </header> | |
| </div> | |
| ); | |
| } | |
| export default Index; | |