Fix imports.

This commit is contained in:
Lucid Kobold
2022-06-23 13:25:23 -05:00
parent 92617f9b6d
commit f5eb0acddc
16 changed files with 38 additions and 31 deletions

View File

@@ -2,10 +2,10 @@ import type { AppProps } from "next/app";
import React from "react";
import { ChakraProvider } from "@chakra-ui/react";
import AppTheme from "../theme/AppTheme";
import Layout from "../theme/layout/Layout";
import Head from "next/head";
import { Provider } from "react-redux";
import { store } from "../app/store";
import Layout from "../theme/layout/Layout";
import Head from "next/head";
function LCMPottyChart({ Component, pageProps }: AppProps): JSX.Element {
return (