Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
onigoetz committed Aug 10, 2024
1 parent c9ae0bb commit 8ffa71d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion daux_libraries/search.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion daux_libraries/search.min.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**!
* FlexSearch.js v0.7.41 (Bundle.module)
* FlexSearch.js
* Author and Copyright: Thomas Wilkerling
* Licence: Apache-2.0
* Hosted by Nextapps GmbH
Expand Down
2 changes: 1 addition & 1 deletion daux_libraries/search.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/js/search/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Document } from "flexsearch";
import Document from "flexsearch/dist/module/document";
import * as preact from "preact";
import Search from "./Search";

Expand Down

0 comments on commit 8ffa71d

Please sign in to comment.