This commit is contained in:
ct
2025-07-15 03:11:43 +08:00
parent 31383349c2
commit eb207b98d9
8 changed files with 7 additions and 34 deletions

View File

@@ -1,6 +1,5 @@
import AuthUser from '@/modules/auth/auth-user';
import Editor from '@/modules/editor/editor.jsx';
import FlashMessages from '@/modules/flash/flash-messages';
import FAQDiscord from './partials/FAQDiscord.jsx';
import Features from './partials/Features.jsx';
import Footer from './partials/Footer.jsx';
@@ -18,7 +17,6 @@ const Home = () => {
<FAQDiscord />
</div>
<Footer />
<FlashMessages />
<AuthUser />
</div>
);