Arch and components by functionality

This commit is contained in:
Belen Curcio
2020-09-29 19:22:24 -03:00
parent 7c890c7587
commit 9c3cb31b49
41 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,4 @@
import "@styles/global.css";
import "@assets/global.css";
export default function MyApp({ Component, pageProps }) {
return (

View File

@@ -1,4 +1,4 @@
import { Layout } from "components";
import { Layout } from "@components/core";
export default function Home() {
return (

View File

@@ -1,6 +1,6 @@
import { useRouter } from "next/router";
import { ProductView, Layout } from "components";
import ErrorPage from "next/error";
import { Layout } from "@components/core";
import { ProductView } from "@components/product";
export async function getStaticProps() {
const productData = {