remove unused modules

This commit is contained in:
2026-01-07 12:24:55 +03:30
parent f2284c103d
commit 560b2983f3
150 changed files with 1853 additions and 96521 deletions
@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreateproductDto } from './create-product.dto';
export class UpdateproductDto extends PartialType(CreateproductDto) { }