Current path: home/webdevt/www/wdp/wp-content/plugins/extendify/src/Assist/pages/layouts/
?? Go up: /home/webdevt/www/wdp/wp-content/plugins/extendify/src/Assist/pages
export const Full = ({ children }) => (
<div className="max-w-screen-2xl mx-4 md:mx-12 3xl:mx-auto pt-2 xl:pt-8 flex justify-center flex-col">
{children}
</div>
);