Update
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Head } from '@inertiajs/react';
|
||||
import AuthUser from '@/modules/auth/auth-user';
|
||||
import FlashMessages from '@/modules/flash/flash-messages';
|
||||
import Footer from '@/pages/home/partials/Footer.jsx';
|
||||
|
||||
interface PrivacyProps {
|
||||
@@ -26,7 +25,6 @@ const Privacy: React.FC<PrivacyProps> = ({ content, title }) => {
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
<FlashMessages />
|
||||
<AuthUser />
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
import React from 'react';
|
||||
import { Head } from '@inertiajs/react';
|
||||
import AuthUser from '@/modules/auth/auth-user';
|
||||
import FlashMessages from '@/modules/flash/flash-messages';
|
||||
import Footer from '@/pages/home/partials/Footer.jsx';
|
||||
|
||||
interface TermsProps {
|
||||
@@ -26,7 +25,6 @@ const Terms: React.FC<TermsProps> = ({ content, title }) => {
|
||||
</div>
|
||||
|
||||
<Footer />
|
||||
<FlashMessages />
|
||||
<AuthUser />
|
||||
</div>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user