Skip to content

Commit

Permalink
fix: #998
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 10, 2023
1 parent f7a0d9b commit 6f8f70d
Show file tree
Hide file tree
Showing 4 changed files with 163 additions and 144 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
==================== -->

<script lang="ts">
import type {
Fixture_Player
Expand All @@ -19,10 +18,10 @@
// COMPONENT VARIABLES
// ~~~~~~~~~~~~~~~~~~~~~
export let PLAYER_INFO: Fixture_Player;
export let STATUS: string
export let PLAYER_INFO: Fixture_Player
export let STATUS: string
let ratingColorCode: string;
let ratingColorCode: string;
// ~~~~~~~~~~~~~~~~~~~~~
// REACTIVE SVELTE OTHER
Expand Down
Loading

0 comments on commit 6f8f70d

Please sign in to comment.