Skip to content

Commit 8077f64

Browse files
committed
refactor: remove unused imports from device details page
1 parent dd7a100 commit 8077f64

File tree

1 file changed

+0
-2
lines changed
  • frontend/src/routes/(authenticated)/device-details

1 file changed

+0
-2
lines changed

frontend/src/routes/(authenticated)/device-details/+page.svelte

-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
globalNavSelectedTargetType,
99
state
1010
} from '$lib/state';
11-
import Circle from 'lucide-svelte/icons/circle';
1211
import DeployActions from '$lib/components/DeployActions.svelte';
1312
import SectionConfiguration from './SectionConfiguration.svelte';
1413
import SectionActions from './SectionActions.svelte';
@@ -19,7 +18,6 @@
1918
import Section from './Section.svelte';
2019
import Terminal from '$lib/terminal/Terminal.svelte';
2120
import Tabbar from '$lib/components/Tabbar.svelte';
22-
import GlobalNavSelect from '$lib/sidebar/GlobalNavSelect.svelte';
2321
2422
export let data: PageData;
2523

0 commit comments

Comments
 (0)