import React from 'react' import { useTheme } from '../../themeContext' import { Noop } from '../../utils/Noop' export const Front = Noop export const Back = () => { const { skin, colors } = useTheme() return ( <> > ) }