import { useTheme } from 'hooks'; export const Placeholder = () => { const { theme } = useTheme(); const { colors } = theme; return (