Skip to content

Commit

Permalink
fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
smarthug committed Oct 7, 2023
1 parent 83478d2 commit be7cf9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/pages/mock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { useEffect, useState } from "react";
import contracts from "../generated/deployedContracts";
import { ipfsUploadImage, ipfsUploadMetadata } from "../utils/ipfsUpload";
// import Image from "next/image";
import TextareaAutosize from "@mui/base/TextareaAutosize";
import { TextareaAutosize } from "@mui/base/TextareaAutosize";
import { Box, Button, Container, MenuItem, Select, TextField } from "@mui/material";
import { styled } from "@mui/system";
import { providers } from "ethers";
Expand Down

0 comments on commit be7cf9b

Please sign in to comment.