🔧 Fixed svgs data.

This commit is contained in:
Pablo Hdez
2023-12-14 12:22:08 +00:00
parent ef3bda9e42
commit 7abef9f5e7
2 changed files with 283 additions and 35 deletions
+1
View File
@@ -1,6 +1,7 @@
import type { tCategory } from './categories';
export interface iSVG {
id: number;
title: string;
category: tCategory;
route: