aboutsummaryrefslogtreecommitdiffstats
path: root/src/features/workspaces/components/WorkspaceServiceListItem.tsx
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-07-01 08:30:51 +0200
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-07-01 15:00:55 +0530
commitc14b7a4473e90a7f40496efcdbd42f25e0165373 (patch)
treedba89178c019ee95853d47137c2b9ec4cb51bd6f /src/features/workspaces/components/WorkspaceServiceListItem.tsx
parentTrying to check if tagging of submodule works [skip ci] (diff)
downloadferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.gz
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.tar.zst
ferdium-app-c14b7a4473e90a7f40496efcdbd42f25e0165373.zip
chore: correctly export/import ui elements
Diffstat (limited to 'src/features/workspaces/components/WorkspaceServiceListItem.tsx')
-rw-r--r--src/features/workspaces/components/WorkspaceServiceListItem.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/features/workspaces/components/WorkspaceServiceListItem.tsx b/src/features/workspaces/components/WorkspaceServiceListItem.tsx
index 46fda0103..0233d5749 100644
--- a/src/features/workspaces/components/WorkspaceServiceListItem.tsx
+++ b/src/features/workspaces/components/WorkspaceServiceListItem.tsx
@@ -3,7 +3,7 @@ import { observer } from 'mobx-react';
3import injectSheet from 'react-jss'; 3import injectSheet from 'react-jss';
4import classnames from 'classnames'; 4import classnames from 'classnames';
5 5
6import { Toggle } from '../../../components/ui/toggle/index'; 6import Toggle from '../../../components/ui/toggle/index';
7import ServiceIcon from '../../../components/ui/ServiceIcon'; 7import ServiceIcon from '../../../components/ui/ServiceIcon';
8 8
9const styles = theme => ({ 9const styles = theme => ({