Fixing bugs

This commit is contained in:
Sebastien L
2022-01-31 21:52:57 -05:00
parent 68e7512073
commit 7fd87eeba5
22 changed files with 42 additions and 33 deletions

View File

@@ -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';