diff --git a/palette-switcher-v2/src/Footer.tsx b/palette-switcher-v2/src/Footer.tsx index 0721ab8..ca21868 100644 --- a/palette-switcher-v2/src/Footer.tsx +++ b/palette-switcher-v2/src/Footer.tsx @@ -1,29 +1,28 @@ +import { faGit, faMastodon } from "@fortawesome/free-brands-svg-icons"; +import Fa from "solid-fa"; import { Component } from "solid-js"; -const Footer: Component = () => + +); -export default Footer; \ No newline at end of file +export default Footer;