File "Full.jsx"
Full Path: /home/fresvfqn/waterdamagerestorationandrepairsmithtown.com/wp-content/plugins/extendify/src/Assist/pages/layouts/Full.jsx
File size: 152 bytes
MIME-type: text/plain
Charset: utf-8
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>
);