Skip to content

Commit

Permalink
Fix corejs-typeahead imports
Browse files Browse the repository at this point in the history
It should now work again, but ideally we would get rid of the entire
library.
  • Loading branch information
henrikhorluck committed Oct 18, 2023
1 parent 66f4722 commit 53b57b9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/common/typeahead/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
import Bloodhound from 'corejs-typeahead';
import Bloodhound from 'corejs-typeahead/dist/bloodhound';
import "corejs-typeahead/dist/typeahead.jquery";
import "corejs-typeahead/dist/typeahead.bundle";

import Urls from 'common/utils/django_reverse';
import { template } from 'underscore';
import './less/typeahead.less';
Expand Down

0 comments on commit 53b57b9

Please sign in to comment.