import TaxForm from "@/src/components/tax/TaxForm";

const CreateTaxPage = () => {
  return <TaxForm />;
};

export default CreateTaxPage;
