add data module containing generated dictionnaries

This commit is contained in:
JOLIMAITRE Matthieu 2024-04-30 17:14:04 +02:00
parent 57f78a4db1
commit c5e439e567

2
data/data.ts Normal file
View file

@ -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" };