mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-10 07:25:35 +00:00
refactor: remove all legacy files
+ comment/delete things that haven't yet migrated to mantine
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ReactNode } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { MantineContentLayout } from '~/mantine/layouts/mantine_content_layout';
|
||||
import { ContentLayout } from '~/layouts/content_layout';
|
||||
|
||||
function PrivacyPage() {
|
||||
const { t } = useTranslation('privacy');
|
||||
@@ -44,7 +44,5 @@ function PrivacyPage() {
|
||||
);
|
||||
}
|
||||
|
||||
PrivacyPage.layout = (page: ReactNode) => (
|
||||
<MantineContentLayout children={page} />
|
||||
);
|
||||
PrivacyPage.layout = (page: ReactNode) => <ContentLayout children={page} />;
|
||||
export default PrivacyPage;
|
||||
|
||||
Reference in New Issue
Block a user