basic bootstrap and fa stuff

This commit is contained in:
Medenos
2022-09-27 16:31:44 -04:00
parent b14ebac2f1
commit e21d9a90ca
9 changed files with 63 additions and 5 deletions

View File

@@ -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
</>
);