Skip to content

Commit

Permalink
correct import
Browse files Browse the repository at this point in the history
Signed-off-by: Qxisylolo <[email protected]>
  • Loading branch information
Qxisylolo committed Dec 24, 2024
1 parent 9c91505 commit 8b9dc6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ import { DataPublicPluginStart } from '../../../../../plugins/data/public';
import { DuplicateObject } from '../types';
import { formatWorkspaceIdParams } from '../../utils';
import { NavigationPublicPluginStart } from '../../../../navigation/public';
import { WorkspaceObject } from '../../../../workspaces/public';
import { WorkspaceObject } from '../../../../../core/public';
interface ExportAllOption {
id: string;
label: string;
Expand Down

0 comments on commit 8b9dc6e

Please sign in to comment.