unvendor: Replace Bowser

This commit is contained in:
Cohee
2024-10-17 00:56:09 +03:00
parent f7796274ff
commit 14037b6e30
5 changed files with 12 additions and 16 deletions

View File

@@ -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,
};