diff --git a/app/footer.tsx b/app/footer.tsx index 33ca7f7..93882c5 100644 --- a/app/footer.tsx +++ b/app/footer.tsx @@ -1,3 +1,4 @@ +import clsx from 'clsx'; import { memo } from 'react'; import { FiGithub } from 'react-icons/fi'; @@ -9,9 +10,15 @@ const Footer = () => {