mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-03 03:17:54 +01:00
10 lines
192 B
JavaScript
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,
|
|
};
|