Fix compile errors

This commit is contained in:
aronmal 2023-04-24 18:57:12 +02:00
parent da53662d6e
commit 207cf47c10
Signed by: aronmal
GPG key ID: 816B7707426FC612
9 changed files with 16 additions and 105 deletions

View file

@ -1,4 +1,4 @@
import Grid from "../../components/Grid"
import Grid from "../components/Grid"
import Head from "next/head"
export default function Home() {