/* eslint-disable @next/next/no-img-element */
import { useBreakpoint } from '@tldraw/tldraw'
import { FalLogo } from './fal-logo'
export function LockupLink() {
const breakpoint = useBreakpoint()
// const editor = useEditor()
// const isFocusMode = useValue('isFocusMode', () => editor.getInstanceState().isFocusMode, [editor])
// if (isFocusMode) return null
return (
{/*
*/}
{/*
*/}
×
)
}
function Lockup() {
return (
)
}
// Janky as hell but I gotta do talk-prep
function By() {
return (
)
}