const Wrapper = ({ children }:any) => {
    return <>{children}</>;
};

export default Wrapper;