This commit is contained in:
lingdocs 2022-08-14 14:05:07 +04:30
parent 908669546c
commit 974cee94be
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,7 @@
"@formkit/auto-animate": "^1.0.0-beta.1",
"@fortawesome/fontawesome-free": "^5.15.4",
"@lingdocs/lingdocs-main": "^0.3.1",
"@lingdocs/pashto-inflector": "^3.7.2",
"@lingdocs/pashto-inflector": "^3.7.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",

View File

@ -24,7 +24,6 @@ function VideoPlayer(props: { url: string } | { src: string }) {
onError={() => setErrored(true)}
/>
</div>
}
export default VideoPlayer;