Update src/pages/_app.tsx
Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
parent
6cebcb3454
commit
5cbc655871
|
@ -1,6 +1,5 @@
|
|||
import { ChakraProvider } from '@chakra-ui/react';
|
||||
import { AppProps } from 'next/app';
|
||||
import Head from 'next/head';
|
||||
|
||||
import { Layout } from '../components/layouts';
|
||||
|
||||
|
|
Loading…
Reference in New Issue