1
0
mirror of https://github.com/sasjs/server.git synced 2026-01-08 07:00:04 +00:00

feat: add top app bar with tab navigation

This commit is contained in:
2021-10-18 11:42:35 +00:00
parent 936a205e66
commit a506bc9dd9
14 changed files with 202 additions and 33 deletions

View File

@@ -20,6 +20,7 @@
"axios": "^0.22.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^5.3.0",
"react-scripts": "4.0.3",
"typescript": "^4.4.3",
"web-vitals": "^1.1.2"
@@ -50,6 +51,7 @@
},
"devDependencies": {
"@types/prismjs": "^1.16.6",
"@types/react-router-dom": "^5.3.1",
"babel-plugin-prismjs": "^2.1.0"
}
}