Added manual and all question page

This commit is contained in:
MrFry 2020-03-08 11:22:54 +01:00
parent c19f24de87
commit 261e04a0eb
7 changed files with 257 additions and 91 deletions

View file

@ -1,6 +1,6 @@
import React, { PureComponent } from 'react'
import Question from '../Question'
import Question from './Question.js'
class Subject extends PureComponent {
render () {