Skip to content

Commit 9d34395

Browse files
committed
fix: Fix circular dependency
1 parent 3bd6b22 commit 9d34395

File tree

1 file changed

+4
-1
lines changed
  • typescript-packages/client/src/components

1 file changed

+4
-1
lines changed

typescript-packages/client/src/components/Toast.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
import { FC, memo, ReactNode } from 'react';
22
import Logger from '../logger';
3-
import { findClassModule, Focusable, joinClassNames, Navigation } from '..';
3+
import { joinClassNames } from '../utils';
4+
import { findClassModule } from '../class-mapper';
5+
import { Focusable } from './Focusable';
6+
import { Navigation } from '../modules/Router';
47

58
const logger = new Logger('ToastRenderer');
69

0 commit comments

Comments
 (0)