Skip to content

Commit

Permalink
Import { gulp as i18nextParser } (#451)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgonggrijp committed Mar 16, 2022
1 parent c482a9b commit 164f7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/gulpfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { argv } from 'yargs';
import { JSDOM, VirtualConsole } from 'jsdom';
import * as through2 from 'through2';
import chalk from 'chalk';
import * as i18nextParser from 'i18next-parser';
import { gulp as i18nextParser } from 'i18next-parser';


type LibraryProps = {
Expand Down

0 comments on commit 164f7fb

Please sign in to comment.