diff --git a/pkg/interface/src/views/landscape/components/NewChannel.tsx b/pkg/interface/src/views/landscape/components/NewChannel.tsx index 95fb4cf15..60673e76f 100644 --- a/pkg/interface/src/views/landscape/components/NewChannel.tsx +++ b/pkg/interface/src/views/landscape/components/NewChannel.tsx @@ -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';