diff --git a/src/entities/plan/model/mockPlan.ts b/src/entities/plan/model/mockPlan.ts index 4b350b7..57a8e67 100644 --- a/src/entities/plan/model/mockPlan.ts +++ b/src/entities/plan/model/mockPlan.ts @@ -1,8 +1,8 @@ import type { PlanLockedPack } from './types'; export const PRO_LOCKED_ROOM_IDS = ['outer-space', 'snow-mountain']; -export const PRO_LOCKED_TIMER_LABELS = ['90/20']; -export const PRO_LOCKED_SOUND_IDS = ['cafe-work', 'fireplace']; +export const PRO_LOCKED_TIMER_LABELS: string[] = []; +export const PRO_LOCKED_SOUND_IDS: string[] = []; export const PRO_PRESET_PACKS: PlanLockedPack[] = [ {