updated compoennt file structure
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import NormativBazaPage from "@/pages/about/aboutDetail/baza";
|
||||
import { Statistics } from "@/pages/home";
|
||||
import NormativBazaPage from "@/components/pages/about/aboutDetail/baza";
|
||||
import { Statistics } from "@/components/pages/home";
|
||||
|
||||
export default function Baza() {
|
||||
return (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { AboutBanner } from "@/pages/about";
|
||||
import { AboutBanner } from "@/components/pages/about";
|
||||
import React from "react";
|
||||
|
||||
export default function AboutLayout({
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { useTranslations } from "next-intl";
|
||||
import { Guides } from "@/pages/about/aboutDetail/guides";
|
||||
import { Guides } from "@/components/pages/about/aboutDetail/guides";
|
||||
|
||||
export default function NotePPPage() {
|
||||
const t = useTranslations();
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { Story, WhyChooseUs } from "@/pages/about";
|
||||
import { Statistics } from "@/pages/home";
|
||||
import { Story, WhyChooseUs } from "@/components/pages/about";
|
||||
import { Statistics } from "@/components/pages/home";
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
"use client";
|
||||
import { CertCardSkeleton } from "@/pages/about/aboutDetail/loading/loading";
|
||||
import { CertCard } from "@/pages/about/aboutDetail/sertificateCard";
|
||||
import { CertCardSkeleton } from "@/components/pages/about/aboutDetail/loading/loading";
|
||||
import { CertCard } from "@/components/pages/about/aboutDetail/sertificateCard";
|
||||
import PaginationLite from "@/components/paginationUI";
|
||||
import { certs } from "@/lib/demoData";
|
||||
import httpClient from "@/request/api";
|
||||
|
||||
Reference in New Issue
Block a user