Update src/pages/_app.tsx

Co-authored-by: Paul Wackerow <54227730+wackerow@users.noreply.github.com>
This commit is contained in:
Nicolás Quiroz 2022-11-29 15:55:21 -03:00 committed by GitHub
parent 6cebcb3454
commit 5cbc655871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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';