We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c898436 + a9adbc7 commit 0a3d856Copy full SHA for 0a3d856
src/components/Toasts.tsx
@@ -9,8 +9,8 @@ import {
9
ToastAnimationConfig,
10
ToastAnimationType,
11
} from '../core/types';
12
-import { useScreenReader } from 'src/core/utils';
13
-import { useKeyboard } from 'src/utils';
+import { useScreenReader } from '../core/utils';
+import { useKeyboard } from '../utils';
14
15
type Props = {
16
overrideDarkMode?: boolean;
0 commit comments