mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 13:15:24 -04:00
icons weren't being tree-shaken
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { useState } from "react";
|
||||
import HCaptcha from "@hcaptcha/react-hcaptcha";
|
||||
import { CheckIcon, XIcon } from "@primer/octicons-react";
|
||||
import { SendIcon } from "../icons";
|
||||
import SendIcon from "../icons/svg/send.svg";
|
||||
|
||||
import styles from "./ContactForm.module.scss";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user