Vercel Build Error Fix

This commit is contained in:
Jyotirmoy Bandyopadhayaya 2022-04-01 00:38:12 +05:30
parent 2408629a1b
commit 65150d38ec
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -33,3 +33,5 @@ yarn-error.log*
# vercel
.vercel
/public/webviewer
.vercel

View File

@ -1,7 +1,7 @@
import Head from "next/head";
import Nav from "components/nav";
import { useEffect, useRef } from "react";
import Art from "components/Art";
import Art from "components/art";
import Footer from "components/footer";
export default function Home() {