Skip to content

Commit

Permalink
Fix custom styles example (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkulinski committed Nov 24, 2023
1 parent aa2c678 commit 9ddd1df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/react/custom-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"dependencies": {
"@tanstack/react-ranger": "0.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@types/react": "^18.0.26",
Expand Down

0 comments on commit 9ddd1df

Please sign in to comment.