Remove lodash deps to reduce bundle size more

This commit is contained in:
Dane Everitt 2020-07-04 21:46:49 -07:00
parent 0403fa9517
commit cbea4078fb
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 36 additions and 29 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import capitalize from 'lodash-es/capitalize';
import { FormikErrors, FormikTouched } from 'formik';
import tw from 'twin.macro';
import { capitalize } from '@/helpers';
interface Props {
errors: FormikErrors<any>;