chore(legacyProjects): Move legacyProjectData to common/utils

pull/16788/head
Stuart Taylor 2018-03-06 10:36:45 +00:00
parent e897c46cb8
commit 6bf435da47
2 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import { themes } from '../../utils/themes';
import { usernameSelector, types as app } from '../redux';
import { types as challenges } from '../routes/Challenges/redux';
import { types as map } from '../Map/redux';
import legacyProjects from '../routes/Settings/utils/legacyProjectData';
import legacyProjects from '../../utils/legacyProjectData';
export const ns = 'entities';
export const getNS = state => state[ns];