import AppLayout from '@/core/components/layouts/AppLayout' import IsAuth from '@/lib/auth/components/IsAuth' import QuotationComponent from '@/lib/quotation/components/Quotation' export default function Quotation() { return ( ) }