Skip to content

Commit

Permalink
Try importing Fuse
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Labes committed Jan 3, 2021
1 parent 9ab246a commit 4f57431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/services/project_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const angular = require('angular');
const $ = require('jquery');
const _ = require('lodash');
const Fuse = require('fuse.js');
import * as Fuse from 'fuse.js';

import merge from 'deepmerge';

Expand Down

0 comments on commit 4f57431

Please sign in to comment.