refactor: remove unused package (#4291)

This commit is contained in:
Alex Yang
2023-09-08 17:00:26 -07:00
committed by GitHub
parent e00f40537b
commit 162016884c
26 changed files with 31 additions and 100 deletions

View File

@@ -1,8 +1,7 @@
// cSpell:ignore Tolgee
import { readFile } from 'node:fs/promises';
import { resolve } from 'node:path';
import { readFile } from 'fs/promises';
import { createsNewKey, getRemoteTranslations } from './api.js';
import type { TranslationRes } from './utils.js';