mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-09 06:15:08 +02:00
Move portal to shared ui lib
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ReactNode } from 'react';
|
||||
import { hideToast, toastsAtom } from '../lib/toast';
|
||||
import { Toast, type ToastProps } from './core/Toast';
|
||||
import { ErrorBoundary } from './ErrorBoundary';
|
||||
import { Portal } from './Portal';
|
||||
import { Portal } from '@yaakapp-internal/ui';
|
||||
|
||||
export type ToastInstance = {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user