Upgrade next and ts

This commit is contained in:
Lucid Kobold
2022-11-18 15:23:58 -05:00
parent 62f204f40c
commit 90b79907f3
12 changed files with 101 additions and 92 deletions

View File

@@ -3,7 +3,7 @@ import React from "react";
import { ChakraProvider } from "@chakra-ui/react";
import AppTheme from "../theme/AppTheme";
import { Provider } from "react-redux";
import { store } from "../app/store";
import { store } from "../redux/store";
import Layout from "../theme/layout/Layout";
import Head from "next/head";