refactor(FE-316): Refactor Uniformity table and status helpers

This commit is contained in:
rstubryan
2025-12-24 10:51:12 +07:00
parent 5fae7752f2
commit b9c1989cae
3 changed files with 201 additions and 168 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { Location } from '@/types/api/location/location';
import { Kandang } from '@/types/api/kandang/kandang';
import { BaseMetadata } from '../api-general';
import { BaseMetadata } from '@/types/common/base-metadata';
export type Uniformity = BaseMetadata & {
id: number;