From e3609faab4bc5554a00eb2b24b070ef87fefd1fd Mon Sep 17 00:00:00 2001 From: Asim Shrestha Date: Thu, 6 Apr 2023 20:29:10 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Delete=20empty=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AnimatedInput.tsx | 0 src/pages/index.tsx | 1 - 2 files changed, 1 deletion(-) delete mode 100644 src/components/AnimatedInput.tsx diff --git a/src/components/AnimatedInput.tsx b/src/components/AnimatedInput.tsx deleted file mode 100644 index e69de29..0000000 diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 61ca81f..5e561dc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -1,6 +1,5 @@ import { type NextPage } from "next"; import Head from "next/head"; - import DottedGridBackground from "../components/DottedGridBackground"; import Badge from "../components/Badge";