Skip to content

Commit 164f7fb

Browse files
committed
Import { gulp as i18nextParser } (#451)
1 parent c482a9b commit 164f7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/gulpfile.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import { argv } from 'yargs';
3030
import { JSDOM, VirtualConsole } from 'jsdom';
3131
import * as through2 from 'through2';
3232
import chalk from 'chalk';
33-
import * as i18nextParser from 'i18next-parser';
33+
import { gulp as i18nextParser } from 'i18next-parser';
3434

3535

3636
type LibraryProps = {

0 commit comments

Comments
 (0)