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
+1 -1
View File
@@ -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";