export default function ShadowInner({ children }) { return (
{children}
) }