refactor: combine slug utils into one module

This commit is contained in:
Oliver Eyton-Williams
2019-09-25 20:16:08 +02:00
committed by mrugesh
parent 32ee2f032c
commit 9c2f1ffd82
17 changed files with 33 additions and 81 deletions

View File

@ -15,7 +15,7 @@ import isURL from 'validator/lib/isURL';
import { homeLocation } from '../../../config/env';
import { ifNoUserSend } from '../utils/middleware';
import { dasherize } from '../utils';
import { dasherize } from '../../../utils/slugs';
import _pathMigrations from '../resources/pathMigration.json';
import { fixCompletedChallengeItem } from '../../common/utils';