interface: add lodash import to prevent crash in NewChannel

This commit is contained in:
Liam Fitzgerald 2021-02-05 09:43:46 +10:00
parent 6eb234b8a7
commit aa42dd31f2
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -5,6 +5,7 @@ import {
Col,
Text
} from '@tlon/indigo-react';
import _ from 'lodash';
import { Formik, Form } from 'formik';
import * as Yup from 'yup';
import GlobalApi from '~/logic/api/global';