'use client' export const SimpleWrapper = ({ children }: { children: React.ReactNode }) => { return children }