(app-impress) add layouts

Add layouts folder to the app-impress,
it will contain all the layouts for the app.
For the moment:
- MainLayout.tsx
- PadLayout.tsx
This commit is contained in:
Anthony LC
2024-04-02 17:30:35 +02:00
committed by Anthony LC
parent dfafd335f4
commit 1bf391f26f
9 changed files with 33 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { ReactElement } from 'react';
import { Box } from '@/components';
import { MainLayout } from '@/core/';
import { MainLayout } from '@/layouts';
import { NextPageWithLayout } from '@/types/next';
const Page: NextPageWithLayout = () => {