From c80b8980be432044c7891062f159e93a61cab5be Mon Sep 17 00:00:00 2001 From: lingdocs <71590811+lingdocs@users.noreply.github.com> Date: Tue, 17 May 2022 15:12:15 -0500 Subject: [PATCH] up --- package.json | 2 +- src/lib/useDictionary.ts | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 1c00586..6d8fad3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "private": true, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", - "@lingdocs/lingdocs-main": "^0.2.8", + "@lingdocs/lingdocs-main": "^0.3.0", "@lingdocs/pashto-inflector": "^2.5.5", "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", diff --git a/src/lib/useDictionary.ts b/src/lib/useDictionary.ts index e69de29..032db65 100644 --- a/src/lib/useDictionary.ts +++ b/src/lib/useDictionary.ts @@ -0,0 +1,9 @@ +import { + dictionary, +} from "@lingdocs/lingdocs-main"; + +function useDictionary() { + imp +} + +export default useDictionary; \ No newline at end of file