-
- Downloads
There was a problem fetching the pipeline summary.
feat: InsulinTest.tsx
parent
0d46e1cf
No related branches found
No related tags found
Pipeline #
Showing
- package-lock.json 118 additions, 0 deletionspackage-lock.json
- package.json 1 addition, 0 deletionspackage.json
- public/lit/texts.tsx 152 additions, 0 deletionspublic/lit/texts.tsx
- src/App.tsx 6 additions, 6 deletionssrc/App.tsx
- src/assets/backgrounds/homepage-static.svg 530 additions, 667 deletionssrc/assets/backgrounds/homepage-static.svg
- src/components/HomePage.tsx 10 additions, 7 deletionssrc/components/HomePage.tsx
- src/components/InsulinTest.tsx 131 additions, 0 deletionssrc/components/InsulinTest.tsx
- src/components/Intro.tsx 1 addition, 1 deletionsrc/components/Intro.tsx
- src/components/Navbar.tsx 1 addition, 1 deletionsrc/components/Navbar.tsx
... | ... | @@ -17,6 +17,7 @@ |
"react-dom": "^18.2.0", | ||
"react-router-dom": "^6.14.0", | ||
"react-scripts": "^5.0.1", | ||
"react-stepa": "^1.0.1", | ||
"recoil": "^0.7.7", | ||
"typewriter-effect": "^2.20.1" | ||
}, | ||
... | ... |
This diff is collapsed.
src/components/InsulinTest.tsx
0 → 100644
Please sign in to comment