'some' changes

This commit is contained in:
Chris Sanden
2026-05-03 23:05:22 +02:00
parent 08a14b3ab2
commit 907fa18841
21 changed files with 2253 additions and 220 deletions

View File

@@ -1,5 +1,7 @@
import type { SubjectColor } from '@/lib/subjectColors';
export type SessionType = 'focus' | 'short_break' | 'long_break';
export type Task = {
tId: string;
title: string;