diff --git a/src/components/NotFound/index.tsx b/src/pages/NotFound/index.tsx similarity index 100% rename from src/components/NotFound/index.tsx rename to src/pages/NotFound/index.tsx diff --git a/src/routes.tsx b/src/routes.tsx index a165933..086a572 100644 --- a/src/routes.tsx +++ b/src/routes.tsx @@ -1,6 +1,6 @@ import Footer from "components/Footer"; import Nav from "components/Nav"; -import NotFound from "components/NotFound"; +import NotFound from "pages/NotFound"; import Home from "pages/Home"; import SponsorList from "pages/Sponsor"; import React from "react";