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