mirror of
https://github.com/harivansh-afk/Habit-Tracker.git
synced 2026-04-18 13:04:03 +00:00
working version 2
This commit is contained in:
parent
33a5f26ec1
commit
d412046627
4 changed files with 75 additions and 26 deletions
|
|
@ -2,4 +2,5 @@ export interface Habit {
|
|||
id: number;
|
||||
name: string;
|
||||
completedDates: string[];
|
||||
bestStreak: number;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue