diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 11:55:22 +0000 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2021-12-22 11:55:22 +0000 |
| commit | 4ddf6fc9ed90a704869da683561e5032b6c48d79 (patch) | |
| tree | 074e78694818e34d37f4ff76a26f87fe68a0489a /app/directory.ts | |
| parent | e926b5bcaf6035c82b9fb493d9d278946e5f97dd (diff) | |
Convert wiki parser to typescript
Diffstat (limited to 'app/directory.ts')
| -rw-r--r-- | app/directory.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/directory.ts b/app/directory.ts index c5c42e7..fd9c008 100644 --- a/app/directory.ts +++ b/app/directory.ts @@ -1,4 +1,4 @@ -import { parse } from './wikiparser.mjs'; +import { parse } from './wikiparser.js'; import { readFileSync } from 'fs'; import glob from 'glob'; |
