refactor: extract React components

This commit is contained in:
Oliver Davies 2022-09-09 18:00:00 +01:00
parent 19705e904d
commit 12f4be8773
5 changed files with 88 additions and 52 deletions

View file

@ -10,6 +10,7 @@
},
"dependencies": {
"next": "12.3.0",
"postcss-nested": "^5.0.6",
"react": "18.2.0",
"react-dom": "18.2.0"
},