forked from FoundKeyGang/FoundKey
oops
This commit is contained in:
parent
e85ac32c2d
commit
a46d230308
2 changed files with 2 additions and 2 deletions
|
@ -21,7 +21,7 @@ import * as htmlmin from 'gulp-htmlmin';
|
|||
const uglifyes = require('uglify-es');
|
||||
|
||||
const locales = require('./locales');
|
||||
import { fa } from './src/build/fa';
|
||||
import { fa } from './src/misc/fa';
|
||||
const client = require('./built/client/meta.json');
|
||||
import config from './src/config';
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@ import ObjectContext from 'cafy/built/types/object';
|
|||
import config from '../../config';
|
||||
import I18n from '../../misc/i18n';
|
||||
import { fa } from '../../misc/fa';
|
||||
import { licenseHtml } from '../../build/license';
|
||||
import { licenseHtml } from '../../misc/license';
|
||||
const constants = require('../../const.json');
|
||||
|
||||
const docs = `${__dirname}/../../client/docs/`;
|
||||
|
|
Loading…
Reference in a new issue