import { useData } from '../../../hooks/useData' import type { Fonts } from '../../../styles/stitches.config' export function FontsSelect() { const { data, setData } = useData() return ( ) }