Rename Score to Stats

This commit is contained in:
2025-02-15 22:16:05 +01:00
parent f617689d2b
commit 9db48e6940
+2 -2
View File
@@ -7,7 +7,7 @@ type StatsProps = {
loaded: boolean;
}
function Score({ loaded }: StatsProps) {
function Stats({ loaded }: StatsProps) {
const {
timer,
score,
@@ -25,4 +25,4 @@ function Score({ loaded }: StatsProps) {
)
}
export default Score;
export default Stats;