From 223affe5dc82a6604128fa98707575363731a644 Mon Sep 17 00:00:00 2001 From: "zeon-neon[bot]" <136533918+zeon-neon[bot]@users.noreply.github.com> Date: Sat, 22 Jun 2024 22:09:49 +0000 Subject: [PATCH] Fix lint errors for src/components/footer/index.tsx --- src/components/footer/index.tsx | 44 ++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/src/components/footer/index.tsx b/src/components/footer/index.tsx index cd56a36c..43df9c62 100644 --- a/src/components/footer/index.tsx +++ b/src/components/footer/index.tsx @@ -1,30 +1,30 @@ -import { SiReplit } from "react-icons/si"; -import Icon from "../static/Icons"; -import { git, npm } from "../static/icons_list"; -import bento from "../../assets/bento.svg" -import "./index.css" +import { SiReplit } from 'react-icons/si' +import Icon from '../static/Icons' +import { git, npm } from '../static/icons_list' +import bento from '../../assets/bento.svg' +import './index.css' -export default function Footer() { - return -} \ No newline at end of file +}