Skip to content

Commit

Permalink
fix: import name
Browse files Browse the repository at this point in the history
  • Loading branch information
dummdidumm committed Mar 28, 2023
1 parent db62107 commit bf48152
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-geckos-remain.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@sveltejs/site-kit': patch
---

fix: import name
2 changes: 1 addition & 1 deletion packages/site-kit/src/lib/search/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export { default as Search } from './Search.svelte';
export { default as Searchbox } from './Searchbox.svelte';
export { default as SearchBox } from './SearchBox.svelte';
export { default as SearchResults } from './SearchResults.svelte';
export { init, inited, lookup, search } from './search.js';

Expand Down

0 comments on commit bf48152

Please sign in to comment.