From a1b649b56398f28a36e39bda2ecc230553f55463 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sun, 16 Jun 2024 04:57:29 +0000 Subject: [PATCH] Fix lint errors for src/components/main/type.tsx --- src/components/main/type.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/main/type.tsx b/src/components/main/type.tsx index acf3a550..aa6426a5 100644 --- a/src/components/main/type.tsx +++ b/src/components/main/type.tsx @@ -1,14 +1,14 @@ import Typewriter from 'typewriter-effect' -export default function typewriter() { - return -} \ No newline at end of file +}