Current File : /home/kelaby89/huss-kelaby.cv/wp-content/plugins/extendify/src/Assist/pages/layouts/Full.jsx
export const Full = ({ children }) => (
	<div className="mx-auto flex max-w-[996px] flex-col justify-center px-4 pt-6 xl:pt-8">
		{children}
	</div>
);
Page not found – Hello World !