From 60fc1eee3152a359047db96c477f38a8b789cb7c Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 14 Jun 2026 18:08:41 +0800 Subject: [PATCH] fix: simplify home barrel export and use semantic tokens --- web/default/src/features/home/components/index.ts | 4 ---- web/default/src/features/home/index.tsx | 6 +++--- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/default/src/features/home/components/index.ts b/web/default/src/features/home/components/index.ts index a76318987..f27b8eef0 100644 --- a/web/default/src/features/home/components/index.ts +++ b/web/default/src/features/home/components/index.ts @@ -16,8 +16,4 @@ along with this program. If not, see . For commercial licensing, please contact admin@modelstoken.com */ -export { CTA } from './sections/cta' -export { Features } from './sections/features' export { Hero } from './sections/hero' -export { HowItWorks } from './sections/how-it-works' -export { Stats } from './sections/stats' diff --git a/web/default/src/features/home/index.tsx b/web/default/src/features/home/index.tsx index d49a1217a..64a8c76f2 100644 --- a/web/default/src/features/home/index.tsx +++ b/web/default/src/features/home/index.tsx @@ -33,8 +33,8 @@ export function Home() { if (!isLoaded) { return ( -
-
{t('Loading...')}
+
+
{t('Loading...')}
) @@ -43,7 +43,7 @@ export function Home() { if (content) { return ( -
+
{isUrl ? (