mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-07-30 13:15:24 -04:00
pull SVG icons directly from their NPM packages
This commit is contained in:
@@ -4,8 +4,7 @@ import classNames from "classnames/bind";
|
||||
import { Formik, Form, Field } from "formik";
|
||||
import HCaptcha from "@hcaptcha/react-hcaptcha";
|
||||
import isEmailLike from "is-email-like";
|
||||
import { SendIcon } from "../icons";
|
||||
import { CheckOcticon, XOcticon } from "../icons/octicons";
|
||||
import { SendIcon, CheckOcticon, XOcticon } from "../icons";
|
||||
|
||||
import type { FormikHelpers } from "formik";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user