mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-10-23 08:44:25 -04:00
octicons weren't being tree-shaken -- import SVGs manually for now
This commit is contained in:
@@ -2,8 +2,7 @@ import Layout from "../components/Layout";
|
||||
import Container from "../components/Container";
|
||||
import PageTitle from "../components/page/PageTitle";
|
||||
import ContactForm from "../components/contact/ContactForm";
|
||||
import MailIcon from "../components/icons/svg/mail.svg";
|
||||
import LockIcon from "../components/icons/svg/lock.svg";
|
||||
import { MailIcon, LockIcon } from "../components/icons";
|
||||
|
||||
export default function Contact() {
|
||||
return (
|
||||
|
Reference in New Issue
Block a user