Skip to content

Commit 6081251

Browse files
committed
[cleanup] Remove team event control component
1 parent 5ba68a6 commit 6081251

File tree

2 files changed

+0
-69
lines changed

2 files changed

+0
-69
lines changed

src/App.vue

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<h2>Yellow Team</h2>
1010
<TeamOverview class="team-views" team-color="Yellow"/>
1111
<ControlTeam class="team-views" team-color="Yellow"/>
12-
<ControlTeamEvent class="team-views" team-color="Yellow"/>
1312
</div>
1413
<div class="main-middle-container">
1514
<GameEvents/>
@@ -19,7 +18,6 @@
1918
<h2>Blue Team</h2>
2019
<TeamOverview class="team-views" team-color="Blue"/>
2120
<ControlTeam class="team-views" team-color="Blue"/>
22-
<ControlTeamEvent class="team-views" team-color="Blue"/>
2321
</div>
2422
</div>
2523
<ControlMatch id="match-controls"/>
@@ -32,14 +30,12 @@
3230
import ControlGeneral from "./components/control/ControlGeneral";
3331
import ControlTeam from "./components/control/ControlTeam";
3432
import ControlMatch from "./components/control/ControlMatch";
35-
import ControlTeamEvent from "./components/control/ControlTeamEvent";
3633
import GameEvents from "./components/GameEvents";
3734
3835
export default {
3936
name: 'app',
4037
components: {
4138
GameEvents,
42-
ControlTeamEvent,
4339
ControlMatch,
4440
ControlTeam,
4541
ControlGeneral,

src/components/control/ControlTeamEvent.vue

Lines changed: 0 additions & 65 deletions
This file was deleted.

0 commit comments

Comments
 (0)