"use client";
import { Form } from "@/Components/Discount/Form";

export default function page(){
    
    return(
        <Form />
    );
}