import { Tldraw } from '@tldraw/tldraw' import * as React from 'react' export default function DarkMode() { return (
) }