mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-13 06:57:07 +03:00
Fixing bugs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import he from 'he';
|
||||
import { Promise } from 'es6-promise';
|
||||
var he = require('he');
|
||||
var Promise = require('es6-promise').Promise;
|
||||
window.bootstrap = require('bootstrap');
|
||||
import Cookies from 'js-cookie';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user