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:
+2
-1
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user