aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceDrawer.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/features/workspaces/components/WorkspaceDrawer.tsx')
-rw-r--r--src/features/workspaces/components/WorkspaceDrawer.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/components/WorkspaceDrawer.tsx b/src/features/workspaces/components/WorkspaceDrawer.tsx
index e92bc4b60..4621482bc 100644
--- a/src/features/workspaces/components/WorkspaceDrawer.tsx
+++ b/src/features/workspaces/components/WorkspaceDrawer.tsx
@@ -9,7 +9,7 @@ import {
9} from 'react-intl'; 9} from 'react-intl';
10import withStyles, { type WithStylesProps } from 'react-jss'; 10import withStyles, { type WithStylesProps } from 'react-jss';
11import { Tooltip as ReactTooltip } from 'react-tooltip'; 11import { Tooltip as ReactTooltip } from 'react-tooltip';
12import type { StoresProps } from 'src/@types/ferdium-components.types'; 12import type { StoresProps } from '../../../@types/ferdium-components.types';
13import { H1 } from '../../../components/ui/headline'; 13import { H1 } from '../../../components/ui/headline';
14import Icon from '../../../components/ui/icon'; 14import Icon from '../../../components/ui/icon';
15import workspaceActions from '../actions'; 15import workspaceActions from '../actions';