diff --git a/components/layout/app-footer.tsx b/components/layout/app-footer.tsx index a4f4d33..20e2f09 100644 --- a/components/layout/app-footer.tsx +++ b/components/layout/app-footer.tsx @@ -1,15 +1,21 @@ import Link from 'next/link' +import { AwesomeIcon } from '@/components/ui/awesome-icon' export function AppFooter() { return ( -