mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-26 07:46:06 -05:00
refactor component imports/exports
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useState } from "react";
|
||||
import { Formik, Form, Field } from "formik";
|
||||
import TextareaAutosize from "react-textarea-autosize";
|
||||
import Link from "../Link/Link";
|
||||
import Captcha from "../Captcha/Captcha";
|
||||
import Link from "../Link";
|
||||
import Captcha from "../Captcha";
|
||||
import { SendIcon, CheckOcticon, XOcticon } from "../Icons";
|
||||
import { styled, css } from "../../lib/styles/stitches.config";
|
||||
import type { FormikHelpers } from "formik";
|
||||
|
||||
2
components/ContactForm/index.ts
Normal file
2
components/ContactForm/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export * from "./ContactForm";
|
||||
export { default } from "./ContactForm";
|
||||
Reference in New Issue
Block a user