🔧 Fixed svgs data.

This commit is contained in:
Pablo Hdez
2023-12-14 12:42:05 +00:00
parent 0184f1b027
commit 31989c1dfd
3 changed files with 9 additions and 291 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { tCategory } from './categories';
export interface iSVG {
id: number;
id?: number;
title: string;
category: tCategory;
route: