diff --git a/app/components/Background.vue b/app/components/Background.vue index ee72d96..5fd8447 100644 --- a/app/components/Background.vue +++ b/app/components/Background.vue @@ -4,3 +4,5 @@ useRender((ctx) => { ctx.fillRect(0, 0, 100, 100); }); + + diff --git a/app/components/Stats.vue b/app/components/Stats.vue index a385c33..72702e3 100644 --- a/app/components/Stats.vue +++ b/app/components/Stats.vue @@ -65,3 +65,5 @@ useRender((ctx) => { ); }); + +