mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-11 00:33:04 +00:00
feat: update default layout
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { PropsWithChildren } from 'react';
|
||||
import BaseLayout from '~/layouts/_base_layout';
|
||||
import { BaseLayout } from '~/layouts/_base_layout';
|
||||
|
||||
const LayoutWrapper = ({ children }: PropsWithChildren) => (
|
||||
<BaseLayout>{children}</BaseLayout>
|
||||
|
||||
Reference in New Issue
Block a user