AykutSarac hace 2 años
padre
commit
5e75a536c3
Se han modificado 3 ficheros con 1 adiciones y 1 borrados
  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 Home from "./Home";
+import Home from "src/containers/Home";
 
 const HomePage = () => {
   return <Home />;