Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Oct 27, 2024
1 parent 6086615 commit 554ebd2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion task_yell/src/app/home/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ import { Switch } from "@/components/ui/switch";
import { Textarea } from "@/components/ui/textarea";
import { signOut } from "@/firebase/auth";
import { auth, db } from "@/firebase/client-app";
import { splitWantToDo } from "@/lib/ai";
import { createEvent, readEvents } from "@/lib/events";
import { createNotification } from "@/lib/notifications";
import { subscribeNotification } from "@/lib/push-notification";
Expand Down

0 comments on commit 554ebd2

Please sign in to comment.