working version 1

This commit is contained in:
Harivansh Rathi 2024-11-17 21:01:09 -05:00
parent 465ec16e30
commit 33a5f26ec1
4 changed files with 39 additions and 61 deletions

View file

@ -2,5 +2,4 @@ export interface Habit {
id: number;
name: string;
completedDates: string[];
manualStreak: number;
}