Skip to content

Commit

Permalink
Remove mage app from admin
Browse files Browse the repository at this point in the history
  • Loading branch information
newmanw committed Sep 9, 2024
1 parent 36ef1ea commit f2d4212
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 215 deletions.
2 changes: 0 additions & 2 deletions web-app/admin/src/ng1/app.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import _ from 'underscore';
import angular from 'angular';
import mage from './mage/mage.component';
import fileUpload from './file-upload/file.upload.component';
import fileBrowser from './file-upload/file.browser.component';
import uiRouter from "@uirouter/angularjs";
Expand Down Expand Up @@ -82,7 +81,6 @@ app
.directive('adminEventFormPreview', downgradeComponent({ component: AdminEventFormPreviewComponent }));

app
.component('mage', mage)
.component('navbar', require('./navbar/navbar.component'))
.component('dateTime', require('./datetime/datetime.component'))
.component('fileUpload', fileUpload)
Expand Down
192 changes: 0 additions & 192 deletions web-app/admin/src/ng1/mage/mage.component.js

This file was deleted.

21 changes: 0 additions & 21 deletions web-app/admin/src/ng1/mage/mage.html

This file was deleted.

0 comments on commit f2d4212

Please sign in to comment.