mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 22:13:08 +02:00
oops
This commit is contained in:
parent
d92044cf6a
commit
1f3837a8c6
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ const ProgressBarPlugin = require('progress-bar-webpack-plugin');
|
|||
|
||||
import I18nReplacer from './src/misc/i18n';
|
||||
import { pattern as i18nPattern, replacement as i18nReplacement } from './webpack/i18n';
|
||||
import { pattern as faPattern, replacement as faReplacement } from './src/build/fa';
|
||||
import { pattern as faPattern, replacement as faReplacement } from './src/misc/fa';
|
||||
const constants = require('./src/const.json');
|
||||
import config from './src/config';
|
||||
import { licenseHtml } from './src/misc/license';
|
||||
|
|
Loading…
Reference in a new issue