mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-24 00:36:16 -04:00
Fixed spread operator support in older browsers
This commit is contained in:
parent
d148cae814
commit
5abc5279f5
3 changed files with 2 additions and 8 deletions
|
@ -10,7 +10,7 @@ import "./stylesheets/index.js";
|
|||
// Libs
|
||||
import "arrive";
|
||||
import "snackbarjs";
|
||||
import "bootstrap-material-design";
|
||||
import "bootstrap-material-design/js/index";
|
||||
import "bootstrap-colorpicker";
|
||||
import moment from "moment-timezone";
|
||||
import * as CanvasComponents from "../core/lib/CanvasComponents";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue