import { Link } from "@mui/joy"; import Icon from "@/components/Icon"; import MobileHeader from "@/components/MobileHeader"; const About = () => { return (
memos

A privacy-first, lightweight note-taking service. Easily capture and share your great thoughts.

GitHub Repo Official Website Blogs Documents
); }; export default About;