import { css, on, type Handle } from '@remix-run/ui' import { animateLayout } from '@remix-run/ui/animation' export function FlipToggle(handle: Handle) { let isOn = false return () => ( ) }