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