File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ import { classNames } from './utils/classNames';
66
66
import loadPlotly from './utils/plotly' ;
67
67
// AUTOGENERATED LINE: MITOIMPORT (DO NOT DELETE)
68
68
import { isInJupyterLab , isInJupyterNotebook } from '.' ;
69
+ import { MitoAPIResult } from './api/api' ;
69
70
import { SendFunction , SendFunctionError } from './api/send' ;
70
71
import BottomLeftPopup from './components/elements/BottomLeftPopup' ;
71
72
import StreamlitSignupModal from './components/modals/StreamlitSignupModal' ;
@@ -85,7 +86,6 @@ import { getCSSStyleVariables } from './utils/colors';
85
86
import { handleKeyboardShortcuts } from './utils/keyboardShortcuts' ;
86
87
import { isInDashboard } from './utils/location' ;
87
88
import { shallowEqualToDepth } from './utils/objects' ;
88
- import { MitoAPIResult } from './api/api' ;
89
89
90
90
export type MitoProps = {
91
91
getSendFunction : ( ) => Promise < SendFunction | SendFunctionError >
You can’t perform that action at this time.
0 commit comments