chore: remove unsued
All checks were successful
Spell Check / Spell Check with Typos (push) Successful in 6s

This commit is contained in:
Methapon2001 2025-03-18 10:27:21 +07:00
parent 46dea5514e
commit c5d250ab0c

View file

@ -2,11 +2,9 @@ import config from "../config.json";
import {
Customer,
CustomerBranch,
ProductGroup,
QuotationStatus,
RequestWorkStatus,
PaymentStatus,
User,
} from "@prisma/client";
import { Controller, Get, Query, Request, Route, Security, Tags } from "tsoa";
import prisma from "../db";