Implemented theme switcher as an exercise

This commit is contained in:
2026-01-23 16:38:04 +01:00
parent 497741fe1b
commit d07ec05ecc
5 changed files with 74 additions and 20 deletions

View File

@@ -10,6 +10,7 @@
},
"dependencies": {
"next": "16.1.4",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3"
},
@@ -25,4 +26,4 @@
"typescript": "^5"
},
"types": "json-schema"
}
}