This commit is contained in:
ct
2025-07-15 04:35:25 +08:00
parent 369d5b22b4
commit f718bb4aaa
8 changed files with 23 additions and 29 deletions

View File

@@ -1,9 +1,9 @@
import AuthUser from '@/modules/auth/auth-user';
import FAQDiscord from '@/pages/front/partials/FAQDiscord.jsx';
import Features from '@/pages/front/partials/Features.jsx';
import Footer from '@/pages/front/partials/Footer.jsx';
import Hero from '@/pages/front/partials/Hero.jsx';
import { useEffect, useState } from 'react';
import FAQDiscord from './_home/partials/FAQDiscord.jsx';
import Features from './_home/partials/Features.jsx';
import Footer from './_home/partials/Footer.jsx';
import Hero from './_home/partials/Hero.jsx';
const Home = () => {
const [isClient, setIsClient] = useState(false);