forked from UKSOURCE/hailearning.edu.vn
feat: implement news details page with content and sidebar
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
import Breadcrumb from "./components/Breadcrumb";
|
||||
import Breadcrumb from "@/app/components/Breadcrumb";
|
||||
import NewsSection from "./components/NewsSection";
|
||||
|
||||
export default function NewsPage() {
|
||||
return (
|
||||
<>
|
||||
<Breadcrumb />
|
||||
<Breadcrumb title="Blog Stardard" current="Blog Stardard" />
|
||||
<NewsSection />
|
||||
</>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user