1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2026-04-21 10:45:30 -04:00

icons weren't being tree-shaken

This commit is contained in:
2022-01-01 09:31:42 -05:00
parent e8bbcb1eb1
commit b5d039b9d6
14 changed files with 25 additions and 14 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ import Layout from "../components/Layout";
import Container from "../components/Container";
import PageTitle from "../components/page/PageTitle";
import ContactForm from "../components/contact/ContactForm";
import { MailIcon, LockIcon } from "../components/icons";
import MailIcon from "../components/icons/svg/mail.svg";
import LockIcon from "../components/icons/svg/lock.svg";
export default function Contact() {
return (