import { CardWithForm } from './card'; import { HomeHeader } from './header'; const Home = () => { return (
); }; export default Home;