feat: manage current date with datetime api. Closes #6

This commit is contained in:
2026-02-13 14:02:41 -03:00
parent 6826a4256d
commit a5329af7b3
6 changed files with 155 additions and 7 deletions
+1
View File
@@ -33,6 +33,7 @@ export type UserSettings = {
bmiResult?: string;
goalName?: string;
isActive?: boolean;
timezone?: string;
};
export type DailyTotalCalories = {