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: add use client

authored by

Evan Huang and committed by
GitHub
aab030c7 bdced338

+2
+2
app/(app)/app/page.tsx
··· 1 + "use client" 2 + 1 3 import { useEffect, useState } from "react"; 2 4 import Calendar from "@/components/Calendar"; 3 5 import { useIsMobile } from "@/hooks/use-mobile";