base banner section
This commit is contained in:
+7
-1
@@ -1,5 +1,11 @@
|
||||
import BannerSection from "./components/BannerSection";
|
||||
|
||||
const Home = () => {
|
||||
return <div></div>;
|
||||
return (
|
||||
<div>
|
||||
<BannerSection />
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
|
||||
Reference in New Issue
Block a user