One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links ๐Ÿ“… calendar.xyehr.cn
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: rename hook

authored by

Evan Huang and committed by
GitHub
4574ca3f a9cb4b68

+1 -1
+1 -1
app/(app)/app/page.tsx
··· 2 2 3 3 import { useEffect, useState } from "react"; 4 4 import Calendar from "@/components/Calendar"; 5 - import { useIsMobile } from "@/hooks/use-mobile"; 5 + import { useIsMobile } from "@/hooks/useMobile"; 6 6 7 7 export default function Home() { 8 8 const isMobile = useIsMobile();