Add Redux

This commit is contained in:
MrTban
2023-04-20 17:21:43 -05:00
parent 3706c43bf2
commit 6733c6e0a5
2 changed files with 9 additions and 0 deletions
+7
View File
@@ -1205,4 +1205,11 @@ export const svgs: iSVG[] = [
route: '/library/electron.svg',
url: 'https://www.electronjs.org'
},
{
id: 173,
title: 'Redux',
category: 'Library',
route: '/library/redux.svg',
url: 'https://redux.js.org/'
}
];