diff --git a/src/index.tsx b/src/index.tsx index 44f3177..3af9cd6 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -1,11 +1,11 @@ import React from "react"; import ReactDOM from "react-dom"; import "./global.scss"; -import { Home } from "./pages/Home"; +import { Institucional } from "./pages/Institucional"; ReactDOM.render( - - - , - document.getElementById("root") + + + , + document.getElementById("root") ); diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx deleted file mode 100644 index 0be77c6..0000000 --- a/src/pages/Home.tsx +++ /dev/null @@ -1,15 +0,0 @@ -import { Header } from "../components/Header/Header"; -import { Footer } from "../components/Footer/Footer"; -import { Main } from "../components/Main/Main"; - -const Home = () => { - return ( - <> -
-
-