|
|
@@ -16,7 +16,6 @@ import UsersListPage from 'app/features/users/UsersListPage';
|
|
|
import DataSourceDashboards from 'app/features/datasources/DataSourceDashboards';
|
|
|
import DataSourceSettings from '../features/datasources/settings/DataSourceSettings';
|
|
|
import OrgDetailsPage from '../features/org/OrgDetailsPage';
|
|
|
-import TestPage from '../features/test/TestPage';
|
|
|
|
|
|
/** @ngInject */
|
|
|
export function setupAngularRoutes($routeProvider, $locationProvider) {
|
|
|
@@ -311,12 +310,6 @@ export function setupAngularRoutes($routeProvider, $locationProvider) {
|
|
|
controller: 'AlertNotificationEditCtrl',
|
|
|
controllerAs: 'ctrl',
|
|
|
})
|
|
|
- .when('/test', {
|
|
|
- template: '<react-container />',
|
|
|
- resolve: {
|
|
|
- component: () => TestPage,
|
|
|
- },
|
|
|
- })
|
|
|
.otherwise({
|
|
|
templateUrl: 'public/app/partials/error.html',
|
|
|
controller: 'ErrorCtrl',
|