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,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>
);