10 lines
192 B
JavaScript

/**
* Add all the libraries that you want to expose to the client here.
* They are bundled and exposed by Webpack in the /lib.js file.
*/
import Fuse from 'fuse.js';
export {
Fuse,
};