Make linter happy =D

This commit is contained in:
Calli
2023-10-02 13:34:28 +03:00
parent 8fadb703a8
commit 46e92fc74a
3 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
import "./globals.css";
import { Analytics } from "@vercel/analytics/react";
import { Inter } from "next/font/google";
import React from 'react'
const inter = Inter({ subsets: ["latin"] });