fix build errors
This commit is contained in:
parent
29cc9c6f4e
commit
3eb471a604
BIN
.build-output.log
Normal file
BIN
.build-output.log
Normal file
Binary file not shown.
BIN
.dashboard-build.log
Normal file
BIN
.dashboard-build.log
Normal file
Binary file not shown.
@ -7,7 +7,7 @@ export const PARTS_ROUTES = {
|
|||||||
BY_ID: "/api/parts/{id}",
|
BY_ID: "/api/parts/{id}",
|
||||||
IMPORT: "/api/parts/import",
|
IMPORT: "/api/parts/import",
|
||||||
EXPORT: "/api/parts/export",
|
EXPORT: "/api/parts/export",
|
||||||
TOGGLE_STATUS: "/api/toggle-part-status",
|
TOGGLE_STATUS: "/api/parts/toggle-status",
|
||||||
} as const satisfies Record<string, ApiPath>
|
} as const satisfies Record<string, ApiPath>
|
||||||
|
|
||||||
export class PartsClient extends CrudClient<
|
export class PartsClient extends CrudClient<
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user