mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:28:29 +02:00
A bunch of changes, including moving prompt/confirm out of context
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { AlertProps } from '../components/core/Alert';
|
||||
import { Alert } from '../components/core/Alert';
|
||||
import type { DialogProps } from '../components/core/Dialog';
|
||||
import type { AlertProps } from '../hooks/Alert';
|
||||
import { Alert } from '../hooks/Alert';
|
||||
import { showDialog } from './dialog';
|
||||
|
||||
interface AlertArgs {
|
||||
|
||||
Reference in New Issue
Block a user