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