From 03a12413d632a2a1613091e44c52ce46b4adc5b8 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Fri, 19 Apr 2024 09:02:56 +0530 Subject: Minor refactoring to move repeated code into utility class --- src/features/workspaces/components/WorkspaceDrawer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/features/workspaces/components/WorkspaceDrawer.tsx') 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 { } from 'react-intl'; import withStyles, { type WithStylesProps } from 'react-jss'; import { Tooltip as ReactTooltip } from 'react-tooltip'; -import type { StoresProps } from 'src/@types/ferdium-components.types'; +import type { StoresProps } from '../../../@types/ferdium-components.types'; import { H1 } from '../../../components/ui/headline'; import Icon from '../../../components/ui/icon'; import workspaceActions from '../actions'; -- cgit v1.2.3-70-g09d2