mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Arch and components by functionality
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import "@styles/global.css";
|
||||
import "@assets/global.css";
|
||||
|
||||
export default function MyApp({ Component, pageProps }) {
|
||||
return (
|
||||
|
@@ -1,4 +1,4 @@
|
||||
import { Layout } from "components";
|
||||
import { Layout } from "@components/core";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user