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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user