Update
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user