diff --git a/package.json b/package.json index d732b887..90b6da33 100644 --- a/package.json +++ b/package.json @@ -40,10 +40,12 @@ "react-toastify": "^9.1.2", "swr": "^2.1.3", "typescript": "4.9.5", + "uuid": "^9.0.0", "zustand": "^4.3.6" }, "devDependencies": { "@types/lodash": "^4.14.191", + "@types/uuid": "^9.0.1", "@wixc3/react-board": "^2.2.0", "autoprefixer": "^10.4.13", "postcss": "^8.4.21", diff --git a/src/components/Exercises/Speaking.tsx b/src/components/Exercises/Speaking.tsx index 5d45b4d8..29b77a38 100644 --- a/src/components/Exercises/Speaking.tsx +++ b/src/components/Exercises/Speaking.tsx @@ -41,7 +41,7 @@ export default function Speaking({id, title, text, type, prompts, onNext, onBack