Build and type fixes
This commit is contained in:
parent
d5bd58ac3e
commit
656f3fbe71
64 changed files with 1878 additions and 1501 deletions
|
|
@ -1,4 +1,3 @@
|
|||
// @ts-nocheck
|
||||
import { FC } from "react";
|
||||
import Head from "next/head";
|
||||
import { Grid } from "@mui/material";
|
||||
|
|
@ -30,3 +29,5 @@ const Metamigo: FC = () => (
|
|||
);
|
||||
|
||||
export default Metamigo;
|
||||
|
||||
export const getServerSideProps = async (context: any) => {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue