30 lines
1.2 KiB
JavaScript
30 lines
1.2 KiB
JavaScript
/**
|
|
* Copyright 2018 OpenStack Foundation
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
**/
|
|
import 'font-awesome/css/font-awesome.min.css';
|
|
import 'jquery-ui-themes/themes/ui-darkness/jquery-ui.css';
|
|
import 'sweetalert2/dist/sweetalert2.css';
|
|
import 'bootstrap/dist/css/bootstrap.min.css';
|
|
import 'bootstrap-datepicker/dist/css/bootstrap-datepicker.css'
|
|
|
|
import $ from 'jquery';
|
|
window.jQuery = $;
|
|
window.$ = $;
|
|
import 'bootstrap'
|
|
import 'jqueryui'
|
|
import 'jquery-validation';
|
|
import 'jquery-validation/dist/additional-methods.js';
|
|
import swal from 'sweetalert2';
|
|
import 'pure';
|
|
import 'pwstrength-bootstrap/dist/pwstrength-bootstrap.js';
|
|
import 'bootstrap-datepicker/dist/js/bootstrap-datepicker.js';
|