🛠️ Update svgs data & add types.

This commit is contained in:
pheralb
2023-03-15 11:31:21 +00:00
parent 36aa06383e
commit 5d276af8a0
2 changed files with 152 additions and 145 deletions
+7
View File
@@ -0,0 +1,7 @@
export interface iSVG {
id: number;
title: string;
category: string;
route: string;
url: string;
}