basic bootstrap and fa stuff
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import React from "react";
|
||||
import { useEffect } from "react";
|
||||
import ResearchBar from "../components/ResearchBar";
|
||||
import FeatuerdList from "../components/FeaturedList";
|
||||
|
||||
const Home = () => {
|
||||
|
||||
@@ -9,6 +11,8 @@ const Home = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<ResearchBar/>
|
||||
<FeatuerdList/>
|
||||
Maison
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user