diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-29 21:32:28 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-03-29 21:32:28 +0530 |
commit | 4c92b12bcb886507d5db738a27bd08e7654f8bfa (patch) | |
tree | 9c336d38fe00965b90a9ff205c632e6c1b6aac75 /src/components/App.js | |
parent | aef52169e3f0f9bde0e5f2dd21cbb316eaa34136 (diff) |
Changed directory structer a but (?)
Diffstat (limited to 'src/components/App.js')
-rw-r--r-- | src/components/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/App.js b/src/components/App.js index 4f71c90..660e7f6 100644 --- a/src/components/App.js +++ b/src/components/App.js @@ -1,6 +1,6 @@ import React from "react"; import Header from "./Header/Header"; -import HomeView from "./Views/Home/Home"; +import HomeView from "./Views/Home"; const App = () => { const currentview = "home"; |