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 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 />
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" />
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,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments