chore: build

This commit is contained in:
2026-05-10 16:37:59 +02:00
parent 71ccbd553e
commit 2be5b6e2bf
2 changed files with 19 additions and 11 deletions
-4
View File
@@ -111,10 +111,6 @@ export const logoutUser = async (): Promise<void> => {
}
};
// ============================================
// PRODUCTS
// ============================================
export interface Category {
id: number;
name: string;