const opacity = { light: 70, dark: 60, hax0r: 90, lgbtq: 80, } const SusiWrapper = ({ theme, children, error = false }) => (
{children}
) export default SusiWrapper