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";