This commit is contained in:
parent
22c1e9c08f
commit
c80b8980be
|
@ -4,7 +4,7 @@
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fortawesome/fontawesome-free": "^5.15.4",
|
"@fortawesome/fontawesome-free": "^5.15.4",
|
||||||
"@lingdocs/lingdocs-main": "^0.2.8",
|
"@lingdocs/lingdocs-main": "^0.3.0",
|
||||||
"@lingdocs/pashto-inflector": "^2.5.5",
|
"@lingdocs/pashto-inflector": "^2.5.5",
|
||||||
"@testing-library/jest-dom": "^5.11.4",
|
"@testing-library/jest-dom": "^5.11.4",
|
||||||
"@testing-library/react": "^11.1.0",
|
"@testing-library/react": "^11.1.0",
|
||||||
|
|
|
@ -0,0 +1,9 @@
|
||||||
|
import {
|
||||||
|
dictionary,
|
||||||
|
} from "@lingdocs/lingdocs-main";
|
||||||
|
|
||||||
|
function useDictionary() {
|
||||||
|
imp
|
||||||
|
}
|
||||||
|
|
||||||
|
export default useDictionary;
|
Loading…
Reference in New Issue