From 9b5aa100260c39d52a257b5e20ac21bdb7d1c84c Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Tue, 2 Sep 2025 16:39:33 +0800 Subject: [PATCH] Cleanup --- fwt/components/Footer/Footer.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/fwt/components/Footer/Footer.tsx b/fwt/components/Footer/Footer.tsx index a8f4780..2c47f07 100644 --- a/fwt/components/Footer/Footer.tsx +++ b/fwt/components/Footer/Footer.tsx @@ -1,6 +1,5 @@ import './Footer.sass' import type { JSXElement } from 'solid-js' -import Row from '../Row/Row' interface Props { children: JSXElement