diff --git a/src/pages/home.tsx b/src/pages/home.tsx index 89e4afd..55e111f 100644 --- a/src/pages/home.tsx +++ b/src/pages/home.tsx @@ -1,4 +1,4 @@ -import logo from "../../public/react.svg"; +import logo from "./react.svg"; import "./home.css"; export default function HomePage() { diff --git a/public/react.svg b/src/pages/react.svg similarity index 100% rename from public/react.svg rename to src/pages/react.svg