remove comments

This commit is contained in:
arc-alex
2025-04-02 11:40:31 +02:00
parent 05e3c8a9f8
commit 9feec76858
2 changed files with 1 additions and 4 deletions
@@ -4,7 +4,7 @@ import { OffsetMode } from './Runtime.type.js';
import type { RuntimeStore } from './RuntimeStore.type.js';
import { TimerPhase } from './TimerState.type.js';
export const runtimeStorePlaceholder: RuntimeStore = {
export const runtimeStorePlaceholder: Readonly<RuntimeStore> = {
clock: 0,
timer: {
addedTime: 0,