CheckPoint: Avances Varios

This commit is contained in:
2025-12-18 13:32:50 -03:00
parent 8f535f3a6e
commit 32663e6324
92 changed files with 12629 additions and 195 deletions

View File

@@ -1,5 +1,5 @@
import api from './api';
import { Category } from '../types/Category';
import { type Category } from '../types/Category';
export const categoryService = {
getAll: async (): Promise<Category[]> => {