Commit 59beadb0 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

update

parent 933dfd22
...@@ -3,7 +3,7 @@ import BASE_URL from '@/links' ...@@ -3,7 +3,7 @@ import BASE_URL from '@/links'
import dayjs from 'dayjs'; import dayjs from 'dayjs';
import AppEditorContent from '@/components/shared/editor-content'; import AppEditorContent from '@/components/shared/editor-content';
import Link from "next/link"; import Link from "next/link";
import ImageNext from "@/components/base/image"; import ImageNext from "@/components/shared/image-next";
function CardEvent({ event }: { event: EventItem }) { function CardEvent({ event }: { event: EventItem }) {
return ( return (
......
...@@ -3,7 +3,7 @@ import BASE_URL from "@/links"; ...@@ -3,7 +3,7 @@ import BASE_URL from "@/links";
import dayjs from "dayjs"; import dayjs from "dayjs";
import AppEditorContent from "@/components/shared/editor-content"; import AppEditorContent from "@/components/shared/editor-content";
import Link from "next/link"; import Link from "next/link";
import ImageNext from "@/components/base/image"; import ImageNext from "@/components/shared/image-next";
function CardNews({ news }: { news: NewsItem }) { function CardNews({ news }: { news: NewsItem }) {
return ( return (
......
...@@ -13,7 +13,7 @@ import "swiper/css/navigation"; ...@@ -13,7 +13,7 @@ import "swiper/css/navigation";
import "swiper/css/pagination"; import "swiper/css/pagination";
import BASE_URL from "@/links/index"; import BASE_URL from "@/links/index";
import dayjs from "dayjs"; import dayjs from "dayjs";
import ImageNext from '@/components/base/image'; import ImageNext from '@/components/shared/image-next';
import { Spinner } from "@/components/ui"; import { Spinner } from "@/components/ui";
import CardNews from "./components/card-news"; import CardNews from "./components/card-news";
import CardEvent from "./components/card-event"; import CardEvent from "./components/card-event";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment