Skip to content

Commit

Permalink
web: Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
MikMuellerDev committed Dec 18, 2022
1 parent 45cf693 commit 44bcd7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/system/dialogs/FactoryReset.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts">
import Button, { Icon, Label } from '@smui/button'
import Button, { Label } from '@smui/button'
import Checkbox from '@smui/checkbox'
import Dialog, { Actions, Content, Header, Title } from '@smui/dialog'
import FormField from '@smui/form-field'
Expand Down

0 comments on commit 44bcd7c

Please sign in to comment.