diff --git a/public/js/apps/DashboardAdmin_DEPR.js b/public/js/apps/DashboardAdmin_DEPR.js deleted file mode 100644 index 05b438798..000000000 --- a/public/js/apps/DashboardAdmin_DEPR.js +++ /dev/null @@ -1,16 +0,0 @@ -import {CoreNavigationCmpt} from '../components/navigation/Navigation.js'; -import DashboardAdmin from '../components/Dashboard/Admin.js'; -import Phrases from "../plugin/Phrasen.js" - -Vue.createApp({ - name: 'DashboardAdminApp', - data: () => ({ - appSideMenuEntries: {} - }), - components: { - CoreNavigationCmpt, - DashboardAdmin - }, - mounted() { - } -}).use(Phrases).mount('#main'); \ No newline at end of file