diff --git a/frontend/src/components/Footer/index.tsx b/frontend/src/components/Footer/index.tsx index 4459e8f..cdbd3fd 100644 --- a/frontend/src/components/Footer/index.tsx +++ b/frontend/src/components/Footer/index.tsx @@ -1,24 +1,18 @@ -import * as React from 'react'; -import { cn } from '@/lib/utils'; +import { Link } from 'react-router-dom'; -export interface FooterProps extends React.HTMLAttributes {} - -export default function Footer({ className, ...props }: FooterProps) { +export default function Footer() { return ( -