Skip to content

Commit 2bff82d

Browse files
committed
Code change to trigger CI
1 parent bdf9e0e commit 2bff82d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitosheet/src/mito/Mito.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ import { classNames } from './utils/classNames';
6666
import loadPlotly from './utils/plotly';
6767
// AUTOGENERATED LINE: MITOIMPORT (DO NOT DELETE)
6868
import { isInJupyterLab, isInJupyterNotebook } from '.';
69+
import { MitoAPIResult } from './api/api';
6970
import { SendFunction, SendFunctionError } from './api/send';
7071
import BottomLeftPopup from './components/elements/BottomLeftPopup';
7172
import StreamlitSignupModal from './components/modals/StreamlitSignupModal';
@@ -85,7 +86,6 @@ import { getCSSStyleVariables } from './utils/colors';
8586
import { handleKeyboardShortcuts } from './utils/keyboardShortcuts';
8687
import { isInDashboard } from './utils/location';
8788
import { shallowEqualToDepth } from './utils/objects';
88-
import { MitoAPIResult } from './api/api';
8989

9090
export type MitoProps = {
9191
getSendFunction: () => Promise<SendFunction | SendFunctionError>

0 commit comments

Comments
 (0)