update 14/01
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
import { notFound } from "next/navigation";
|
||||
import { findBySlug } from "@/lib/slug/slugMap";
|
||||
|
||||
import ProductCategory from "@/components/product/Category";
|
||||
import ProductDetail from "@/components/product/ProductDetail";
|
||||
import ArticleCategory from "@/components/article/Category";
|
||||
import ArticleDetail from "@/components/article/ArticleDetail";
|
||||
import ArticleHome from "@/components/article/Home";
|
||||
import ProductCategory from "@/components/product/category";
|
||||
import ProductDetail from "@/components/product/detail";
|
||||
import ArticleCategory from "@/components/article/category";
|
||||
import ArticleDetail from "@/components/article/detail";
|
||||
import ArticleHome from "@/components/article/home";
|
||||
|
||||
export default async function SlugPage({
|
||||
params,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import CartHome from "@/components/cart/Home";
|
||||
import CartHome from "@/components/cart/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import type { Metadata } from "next";
|
||||
import type { ReactNode } from 'react';
|
||||
import Header from "@/components/other/Header";
|
||||
import Footer from "@/components/other/Footer";
|
||||
import Header from "@/components/other/header";
|
||||
import Footer from "@/components/other/footer";
|
||||
import '../styles/globals.css';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import SendResult from "@/components/cart/Send";
|
||||
import SendResult from "@/components/cart/send";
|
||||
|
||||
export default function SendCartPage() {
|
||||
return (
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
import ArticleHome from "@/components/article/Home";
|
||||
import ArticleHome from "@/components/article/home";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user