Skip to content

Commit

Permalink
fix: adjust import path (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm authored Mar 27, 2023
1 parent 297482f commit d749be7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/famous-readers-complain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

fix: adjust import path
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/search/SearchBox.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import { searching, query, recent } from './stores.js';
import { focusable_children, trap } from '$lib/actions/focus.js';
import SearchResults from './SearchResults.svelte';
import SearchWorker from './search.worker.js?worker';
import SearchWorker from './search-worker.js?worker';
let modal;
Expand Down

0 comments on commit d749be7

Please sign in to comment.