Skip to content

Commit

Permalink
refactor: remove unused imports from device details page
Browse files Browse the repository at this point in the history
  • Loading branch information
elikoga committed Dec 2, 2024
1 parent 57c4f63 commit 1a1f20c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
globalNavSelectedTargetType,
state
} from '$lib/state';
import Circle from 'lucide-svelte/icons/circle';
import DeployActions from '$lib/components/DeployActions.svelte';
import SectionConfiguration from './SectionConfiguration.svelte';
import SectionActions from './SectionActions.svelte';
Expand All @@ -19,7 +18,6 @@
import Section from './Section.svelte';
import Terminal from '$lib/terminal/Terminal.svelte';
import Tabbar from '$lib/components/Tabbar.svelte';
import GlobalNavSelect from '$lib/sidebar/GlobalNavSelect.svelte';
export let data: PageData;
Expand Down

0 comments on commit 1a1f20c

Please sign in to comment.