mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 23:15:36 +00:00
refactor: move new mantine components in dedicated folder + split home
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ReactNode } from 'react';
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { MantineContentLayout } from '~/components/layouts/mantine/mantine_content_layout';
|
||||
import { MantineContentLayout } from '~/mantine/layouts/mantine_content_layout';
|
||||
|
||||
function PrivacyPage() {
|
||||
const { t } = useTranslation('privacy');
|
||||
|
||||
Reference in New Issue
Block a user