feat: add calendar
This commit is contained in:
@@ -48,6 +48,7 @@ export default function ProfileScreen() {
|
||||
try {
|
||||
await apiFetch<{ message: string }>("/api/tracking/reset-demo", {
|
||||
method: "POST",
|
||||
body: JSON.stringify({}),
|
||||
});
|
||||
Alert.alert("Demo reiniciada", "Las notificaciones se borraron.");
|
||||
} catch (err) {
|
||||
|
||||
Reference in New Issue
Block a user