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:
8
inertia/layouts/dashboard_layout.tsx
Normal file
8
inertia/layouts/dashboard_layout.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { PropsWithChildren } from 'react';
|
||||
import BaseLayout from '~/layouts/_base_layout';
|
||||
|
||||
const LayoutWrapper = ({ children }: PropsWithChildren) => (
|
||||
<BaseLayout>{children}</BaseLayout>
|
||||
);
|
||||
|
||||
export { LayoutWrapper as DashboardLayout };
|
||||
Reference in New Issue
Block a user