fix routing

This commit is contained in:
AykutSarac 2022-08-09 16:55:04 +03:00
parent 130ee54bd2
commit 5e75a536c3
3 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
import React from "react";
import Home from "./Home";
import Home from "src/containers/Home";
const HomePage = () => {
return <Home />;