File tree Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Expand file tree Collapse file tree 2 files changed +0
-69
lines changed Original file line number Diff line number Diff line change 9
9
<h2 >Yellow Team</h2 >
10
10
<TeamOverview class =" team-views" team-color =" Yellow" />
11
11
<ControlTeam class =" team-views" team-color =" Yellow" />
12
- <ControlTeamEvent class =" team-views" team-color =" Yellow" />
13
12
</div >
14
13
<div class =" main-middle-container" >
15
14
<GameEvents />
19
18
<h2 >Blue Team</h2 >
20
19
<TeamOverview class =" team-views" team-color =" Blue" />
21
20
<ControlTeam class =" team-views" team-color =" Blue" />
22
- <ControlTeamEvent class =" team-views" team-color =" Blue" />
23
21
</div >
24
22
</div >
25
23
<ControlMatch id =" match-controls" />
32
30
import ControlGeneral from " ./components/control/ControlGeneral" ;
33
31
import ControlTeam from " ./components/control/ControlTeam" ;
34
32
import ControlMatch from " ./components/control/ControlMatch" ;
35
- import ControlTeamEvent from " ./components/control/ControlTeamEvent" ;
36
33
import GameEvents from " ./components/GameEvents" ;
37
34
38
35
export default {
39
36
name: ' app' ,
40
37
components: {
41
38
GameEvents,
42
- ControlTeamEvent,
43
39
ControlMatch,
44
40
ControlTeam,
45
41
ControlGeneral,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments