Skip to content

Commit

Permalink
[cleanup] Remove team event control component
Browse files Browse the repository at this point in the history
  • Loading branch information
g3force committed Aug 18, 2018
1 parent 5ba68a6 commit 6081251
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
4 changes: 0 additions & 4 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<h2>Yellow Team</h2>
<TeamOverview class="team-views" team-color="Yellow"/>
<ControlTeam class="team-views" team-color="Yellow"/>
<ControlTeamEvent class="team-views" team-color="Yellow"/>
</div>
<div class="main-middle-container">
<GameEvents/>
Expand All @@ -19,7 +18,6 @@
<h2>Blue Team</h2>
<TeamOverview class="team-views" team-color="Blue"/>
<ControlTeam class="team-views" team-color="Blue"/>
<ControlTeamEvent class="team-views" team-color="Blue"/>
</div>
</div>
<ControlMatch id="match-controls"/>
Expand All @@ -32,14 +30,12 @@
import ControlGeneral from "./components/control/ControlGeneral";
import ControlTeam from "./components/control/ControlTeam";
import ControlMatch from "./components/control/ControlMatch";
import ControlTeamEvent from "./components/control/ControlTeamEvent";
import GameEvents from "./components/GameEvents";
export default {
name: 'app',
components: {
GameEvents,
ControlTeamEvent,
ControlMatch,
ControlTeam,
ControlGeneral,
Expand Down
65 changes: 0 additions & 65 deletions src/components/control/ControlTeamEvent.vue

This file was deleted.

0 comments on commit 6081251

Please sign in to comment.