Formatting and spacing.

This commit is contained in:
Lucid Kobold
2021-11-13 17:56:31 -06:00
parent 8f97cc6bbe
commit 423c695162
2 changed files with 5 additions and 6 deletions

View File

@@ -5,10 +5,7 @@ import AppTheme from "../theme/AppTheme";
import Layout from "../theme/layout/Layout";
import Head from "next/head";
function LCMPottyChart({
Component,
pageProps,
}: AppProps): JSX.Element {
function LCMPottyChart({ Component, pageProps }: AppProps): JSX.Element {
return (
<ChakraProvider theme={AppTheme}>
<Layout {...pageProps}>