ChandimaPrabath's picture
init
319ee36
raw
history blame contribute delete
229 Bytes
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;