app shell

This commit is contained in:
Timur Ercan
2022-12-06 14:51:03 +01:00
parent f850729356
commit 2c400576b4
13 changed files with 5518 additions and 169 deletions

View File

@ -1,3 +1,4 @@
import "../styles/tailwind.css";
import { ReactElement, ReactNode } from "react";
import type { AppProps } from "next/app";
import { NextPage } from "next";