Skip to content

Commit 9ddd1df

Browse files
authored
Fix custom styles example (#79)
1 parent aa2c678 commit 9ddd1df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/react/custom-styles/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"dependencies": {
1111
"@tanstack/react-ranger": "0.0.4",
1212
"react": "^18.2.0",
13-
"react-dom": "^18.2.0"
13+
"react-dom": "^18.2.0",
14+
"styled-components": "^5.3.6"
1415
},
1516
"devDependencies": {
1617
"@types/react": "^18.0.26",

0 commit comments

Comments
 (0)