mirror of
https://github.com/hazemKrimi/touch-programming.git
synced 2026-05-01 18:20:26 +00:00
Rename Score to Stats
This commit is contained in:
@@ -7,7 +7,7 @@ type StatsProps = {
|
|||||||
loaded: boolean;
|
loaded: boolean;
|
||||||
}
|
}
|
||||||
|
|
||||||
function Score({ loaded }: StatsProps) {
|
function Stats({ loaded }: StatsProps) {
|
||||||
const {
|
const {
|
||||||
timer,
|
timer,
|
||||||
score,
|
score,
|
||||||
@@ -25,4 +25,4 @@ function Score({ loaded }: StatsProps) {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
export default Score;
|
export default Stats;
|
||||||
|
|||||||
Reference in New Issue
Block a user