Skip to content

Commit

Permalink
docs: 更新示例
Browse files Browse the repository at this point in the history
  • Loading branch information
caijf committed Jun 17, 2024
1 parent 41867c0 commit 57a806f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"autoprefixer": "^10.4.19",
"babel-jest": "^29.7.0",
"commitizen": "^4.3.0",
"create-puzzle": "^2.0.3",
"create-puzzle": "^3.0.0",
"doly-icons": "^1.5.4",
"dumi": "^1.1.54",
"element-remove": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion src/demos/create-puzzle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*/
import SliderCaptcha from 'rc-slider-captcha';
import React, { useRef } from 'react';
import createPuzzle from 'create-puzzle';
import { createPuzzle } from 'create-puzzle';
import DemoImage from './assets/sunflower.jpg';

function Demo() {
Expand Down

0 comments on commit 57a806f

Please sign in to comment.