mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 22:03:50 +03:00
interface: add lodash import to prevent crash in NewChannel
This commit is contained in:
parent
6eb234b8a7
commit
aa42dd31f2
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user