add verbs

This commit is contained in:
Lou 2025-11-20 20:32:09 +01:00
parent 3def4c807e
commit 6f7616823f
5 changed files with 13 additions and 4 deletions

8
data/index.js Normal file
View file

@ -0,0 +1,8 @@
import { createRequire } from 'module';
const require = createRequire(import.meta.url);
const toInfinitiveJson = require('./toInfinitive.json');
const verbsJson = require('./verbs.json');
export const toInfinitive = toInfinitiveJson;
export const verbs = verbsJson;

1
data/toInfinitive.json Normal file

File diff suppressed because one or more lines are too long

1
data/verbs.json Normal file

File diff suppressed because one or more lines are too long