|
|
|
@ -6,12 +6,12 @@ import { ActionRow } from 'app/features/search/page/components/ActionRow'; |
|
|
|
|
import { getGrafanaSearcher } from 'app/features/search/service'; |
|
|
|
|
|
|
|
|
|
import { useDispatch } from '../../types'; |
|
|
|
|
import { SearchView } from '../browse-dashboards/components/SearchView'; |
|
|
|
|
import { getFolderPermissions } from '../browse-dashboards/permissions'; |
|
|
|
|
import { setAllSelection } from '../browse-dashboards/state'; |
|
|
|
|
|
|
|
|
|
import { RecentlyDeletedActions } from './state/RecentlyDeletedActions'; |
|
|
|
|
import { useRecentlyDeletedStateManager } from './utils/useRecentlyDeletedStateManager'; |
|
|
|
|
import { useRecentlyDeletedStateManager } from './api/useRecentlyDeletedStateManager'; |
|
|
|
|
import { RecentlyDeletedActions } from './components/RecentlyDeletedActions'; |
|
|
|
|
import { SearchView } from './components/SearchView'; |
|
|
|
|
import { getFolderPermissions } from './permissions'; |
|
|
|
|
import { setAllSelection } from './state'; |
|
|
|
|
|
|
|
|
|
const RecentlyDeletedPage = memo(() => { |
|
|
|
|
const dispatch = useDispatch(); |