🔥 (watch) no need of style

[skip ci]
This commit is contained in:
Julien Calixte
2023-08-05 11:25:14 +02:00
parent 1890fcca03
commit d938484004

View File

@@ -39,8 +39,3 @@ const seconds = computed(() => (timer.value % 60).toString().padStart(2, '0'))
</div>
<div class="record-watch" v-else>00:00</div>
</template>
<style scoped lang="scss">
.record-watch {
}
</style>