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