chore: move toast from component to ui

This commit is contained in:
QiShaoXuan
2022-12-21 12:25:56 +08:00
parent 795a5733c0
commit b32c6ebc89
7 changed files with 6 additions and 5 deletions
@@ -26,7 +26,7 @@ import { Menu, MenuItem } from '@/ui/menu';
import { useRouter } from 'next/router';
import { useConfirm } from '@/providers/confirm-provider';
import { SyncIcon } from './sync-icon';
import { toast } from '@/components/toast';
import { toast } from '@/ui/toast';
import useCurrentPageMeta from '@/hooks/use-current-page-meta';
import { usePageHelper } from '@/hooks/use-page-helper';
const PopoverContent = () => {