Skip to content

Commit

Permalink
Fix npm run check
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter York committed Nov 25, 2024
1 parent 2eb344f commit b2c3ce8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/pages/ChooseArea.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
ErrorMessage,
FileInput,
Radio,
SecondaryButton,
AutocompleteTextInput,
} from "govuk-svelte";
import { onMount } from "svelte";
Expand Down
1 change: 0 additions & 1 deletion src/pages/SketchSchemes.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
Header,
} from "lib/common";
import { mode } from "scheme-sketcher-lib/draw/stores";
import { SecondaryButton } from "govuk-svelte";
import FileManagement from "lib/sketch/FileManagement.svelte";
import { ListMode, EditFeatureForm } from "scheme-sketcher-lib/sidebar";
import { map, mapStyle, schema } from "stores";
Expand Down

0 comments on commit b2c3ce8

Please sign in to comment.