From c5e439e567183d214638be797a3d20d94eb12e53 Mon Sep 17 00:00:00 2001 From: JOLIMAITRE Matthieu Date: Tue, 30 Apr 2024 17:14:04 +0200 Subject: [PATCH] add data module containing generated dictionnaries --- data/data.ts | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 data/data.ts diff --git a/data/data.ts b/data/data.ts new file mode 100644 index 0000000..8f3a592 --- /dev/null +++ b/data/data.ts @@ -0,0 +1,2 @@ +export { default as gutenberg } from "./gutenberg.txt.json" with { type: "json" }; +export { default as francais } from "./francais.txt.json" with { type: "json" };