mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
unvendor: Replace Bowser
This commit is contained in:
@@ -8,6 +8,7 @@ import hljs from 'highlight.js';
|
||||
import localforage from 'localforage';
|
||||
import Handlebars from 'handlebars';
|
||||
import css from '@adobe/css-tools';
|
||||
import Bowser from 'bowser';
|
||||
|
||||
/**
|
||||
* Expose the libraries to the 'window' object.
|
||||
@@ -47,6 +48,7 @@ export default {
|
||||
localforage,
|
||||
Handlebars,
|
||||
css,
|
||||
Bowser,
|
||||
};
|
||||
|
||||
export {
|
||||
@@ -56,4 +58,5 @@ export {
|
||||
localforage,
|
||||
Handlebars,
|
||||
css,
|
||||
Bowser,
|
||||
};
|
||||
|
Reference in New Issue
Block a user