mirror of
https://github.com/YuuKi-OS/Yuuki-web.git
synced 2026-02-18 22:01:09 +00:00
news
This commit is contained in:
@@ -6,6 +6,7 @@ import { Hero } from "@/components/yuuki/hero"
|
||||
import { ModelSection } from "@/components/yuuki/model-section"
|
||||
import { EcosystemSection } from "@/components/yuuki/ecosystem-section"
|
||||
import { StatsSection } from "@/components/yuuki/stats-section"
|
||||
import { NewsSection } from "@/components/yuuki/news-section"
|
||||
import { CreatorSection } from "@/components/yuuki/creator-section"
|
||||
import { Footer } from "@/components/yuuki/footer"
|
||||
|
||||
@@ -123,6 +124,10 @@ export default function Page() {
|
||||
<StatsSection />
|
||||
</ErrorBoundary>
|
||||
<Divider />
|
||||
<ErrorBoundary name="NewsSection">
|
||||
<NewsSection />
|
||||
</ErrorBoundary>
|
||||
<Divider />
|
||||
<ErrorBoundary name="CreatorSection">
|
||||
<CreatorSection />
|
||||
</ErrorBoundary>
|
||||
|
||||
Reference in New Issue
Block a user