|
@@ -1,8 +1,13 @@
|
|
|
// Libraries
|
|
// Libraries
|
|
|
import classNames from 'classnames';
|
|
import classNames from 'classnames';
|
|
|
import React, { PureComponent } from 'react';
|
|
import React, { PureComponent } from 'react';
|
|
|
|
|
+
|
|
|
|
|
+// Ignoring because I couldn't get @types/react-select work wih Torkel's fork
|
|
|
|
|
+// @ts-ignore
|
|
|
import { default as ReactSelect } from '@torkelo/react-select';
|
|
import { default as ReactSelect } from '@torkelo/react-select';
|
|
|
|
|
+// @ts-ignore
|
|
|
import { default as ReactAsyncSelect } from '@torkelo/react-select/lib/Async';
|
|
import { default as ReactAsyncSelect } from '@torkelo/react-select/lib/Async';
|
|
|
|
|
+// @ts-ignore
|
|
|
import { components } from '@torkelo/react-select';
|
|
import { components } from '@torkelo/react-select';
|
|
|
|
|
|
|
|
// Components
|
|
// Components
|