mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-23 18:01:08 +01:00
Fixed the circular imports and things
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { useCallback } from 'react';
|
||||
import type { DialogProps } from '../components/core/Dialog';
|
||||
import { useDialog } from '../components/DialogContext';
|
||||
import type { AlertProps } from './Alert';
|
||||
import { Alert } from './Alert';
|
||||
import {useDialog} from "./useDialog";
|
||||
|
||||
interface AlertArg {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user