mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Subject and question browser merge, handling multiple dbs
This commit is contained in:
parent
57f0730f3e
commit
fb3bf29fc4
11 changed files with 232 additions and 178 deletions
|
@ -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>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue