AykutSarac 2 år sedan
förälder
incheckning
5e75a536c3
3 ändrade filer med 1 tillägg och 1 borttagningar
  1. 0 0
      src/containers/Home/index.tsx
  2. 0 0
      src/containers/Home/styles.tsx
  3. 1 1
      src/pages/index.tsx

+ 0 - 0
src/pages/Home/index.tsx → src/containers/Home/index.tsx


+ 0 - 0
src/pages/Home/styles.tsx → src/containers/Home/styles.tsx


+ 1 - 1
src/pages/index.tsx

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