feat(ui): add new ui

This commit is contained in:
shafin-r
2026-02-20 19:10:13 +06:00
parent 3c8f945539
commit 76d2108aec
16 changed files with 4263 additions and 1702 deletions

View File

@ -28,7 +28,7 @@ interface SatExamState {
getRemainingTime: () => number;
}
const BREAK_DURATION = 30; // seconds
const BREAK_DURATION = 600; // seconds
export const useSatExam = create<SatExamState>()(
persist(