Subject and question browser merge, handling multiple dbs

This commit is contained in:
mrfry 2020-12-26 14:50:39 +01:00
parent 57f0730f3e
commit fb3bf29fc4
11 changed files with 232 additions and 178 deletions

View file

@ -1,7 +1,6 @@
import React, { PureComponent } from 'react'
import Questions from './Questions.js'
import Sleep from '../components/sleep'
import constants from '../constants.json'
@ -62,7 +61,6 @@ class QuestionSearchResult extends PureComponent {
}
</div>
)}
<Sleep />
</div>
)
}