Skip to content

Commit

Permalink
Update app-layout.js
Browse files Browse the repository at this point in the history
  • Loading branch information
nolanpro committed Dec 6, 2024
1 parent 3cbe84a commit 3a0be05
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions resources/js/app-layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,12 @@ import { FileUpload, FileDownload } from "./processes/screen-builder/components"
import RequiredCheckbox from "./processes/screen-builder/components/inspector/RequiredCheckbox";
import WelcomeModal from "./Mobile/WelcomeModal";
import Menu from "./components/Menu.vue";
import Vue from "vue";
/** ****
* Global adjustment parameters for moment.js.
*/
import __ from "./modules/lang";

import "bootstrap"r

// const { Vue } = window;
window.Vue = Vue;
const { Vue } = window;
// Vue.use(VueHtml2Canvas);


Expand Down

0 comments on commit 3a0be05

Please sign in to comment.