deno.land / x / jotai@v1.8.4 / website / src / components / wrapper.js
1234567891011export const Wrapper = ({ children, ...rest }) => { return ( <div className="relative flex flex-col lg:mx-auto lg:max-w-[1920px] lg:flex-row lg:justify-around" {...rest} > {children} </div> );};
Version Info