Skip to content

Commit 0d36e44

Browse files
authored
Merge pull request #10 from kinotio/develop
feat: create header and footer
2 parents fb55187 + 9eb0af9 commit 0d36e44

File tree

14 files changed

+1240
-48
lines changed

14 files changed

+1240
-48
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@
1010
"lint": "next lint"
1111
},
1212
"dependencies": {
13+
"@radix-ui/react-dialog": "^1.1.2",
1314
"@radix-ui/react-icons": "^1.3.0",
15+
"@radix-ui/react-navigation-menu": "^1.2.1",
16+
"@radix-ui/react-separator": "^1.1.0",
17+
"@radix-ui/react-slot": "^1.1.0",
1418
"class-variance-authority": "^0.7.0",
1519
"clsx": "^2.1.1",
1620
"lucide-react": "^0.453.0",
1721
"next": "14.2.3",
22+
"next-themes": "^0.3.0",
1823
"nextra": "^3.1.0",
1924
"nextra-theme-docs": "^3.1.0",
2025
"react": "^18",

0 commit comments

Comments
 (0)