### What problem does this PR solve? feat: Add custom background color #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
15
web/src/pages/home/index.tsx
Normal file
15
web/src/pages/home/index.tsx
Normal file
@@ -0,0 +1,15 @@
|
||||
import { CardWithForm } from './card';
|
||||
import { HomeHeader } from './header';
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<div>
|
||||
<HomeHeader></HomeHeader>
|
||||
<section>
|
||||
<CardWithForm></CardWithForm>
|
||||
</section>
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user