Create card component

This commit is contained in:
2022-09-28 00:01:03 -04:00
parent b0c3b9b1e1
commit fde6c7fa69
7 changed files with 118 additions and 99 deletions

View File

@@ -15,7 +15,8 @@
"react-dom": "^18.2.0",
"react-markdown": "^8.0.3",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^3.0.1"
"remark-gfm": "^3.0.1",
"uri-js": "^4.4.1"
},
"devDependencies": {
"@svgr/webpack": "^6.3.1",