Removes dupclicate Angular import, and removes tower.app.js module from network UI

This commit is contained in:
Jared Tabor
2018-04-25 17:36:43 -07:00
parent a009d21edc
commit b154949639
5 changed files with 4 additions and 20 deletions

View File

@@ -1,5 +1,4 @@
/* Copyright (c) 2017 Red Hat, Inc. */
var angular = require('angular');
var fsm = require('./fsm.js');
var mode_fsm = require('./mode.fsm.js');
var hotkeys = require('./hotkeys.fsm.js');