Metamigo frontend build fixes
This commit is contained in:
parent
935290bbdc
commit
101fea0bf4
24 changed files with 49 additions and 46 deletions
|
|
@ -1,6 +1,6 @@
|
|||
// @ts-nocheck
|
||||
import { NextPage } from "next";
|
||||
import { Typography, Box, Button, Grid, Link } from "@material-ui/core";
|
||||
import { Typography, Box, Button, Grid, Link } from "@mui/material";
|
||||
import { FC, useEffect } from "react";
|
||||
import { useRouter } from "next/router";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { FC } from "react";
|
||||
import { Button } from "@material-ui/core";
|
||||
import { Button } from "@mui/material";
|
||||
import { signIn, signOut, useSession } from "next-auth/react";
|
||||
|
||||
const MyComponent: FC = () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue