import clsx from "clsx"; import { useExcalidrawAppState } from "../App"; const FooterCenter = ({ children }: { children?: React.ReactNode }) => { const appState = useExcalidrawAppState(); return (