From d4457b8edde65bdad299029277f5f6c82d350023 Mon Sep 17 00:00:00 2001 From: BrightTheBackpack <100brightli@gmail.com> Date: Mon, 25 Nov 2024 23:05:55 -0800 Subject: [PATCH] disable eslint --- app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/page.tsx b/app/page.tsx index 834866e..aa2e1cf 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,4 +1,5 @@ "use client"; +/* eslint-disable @typescript-eslint/no-unused-vars */ import { keyframes } from '@emotion/react' // import Image from "next/image";