Merge pull request #4 from Bouncey/chore/moveTemplates

Chore/move templates
This commit is contained in:
Stuart Taylor
2018-04-08 23:19:50 +01:00
committed by Mrugesh Mohapatra
parent b1cc6ff6cd
commit b546d8ed92
42 changed files with 13 additions and 17 deletions

View File

@@ -9,16 +9,12 @@ const views = {
// backend: BackEnd,
classic: path.resolve(
__dirname,
'./src/templates/Challenges/views/classic/Show.js'
'./src/templates/Challenges/classic/Show.js'
),
// modern: Modern,
project: path.resolve(
__dirname,
'./src/templates/Challenges/views/project/Show.js'
),
project: path.resolve(__dirname, './src/templates/Challenges/project/Show.js')
// quiz: Quiz,
// simple: Project,
step: path.resolve(__dirname, './src/templates/Challenges/views/step/Show.js')
// invalid: NotFound
};