mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Prettier pw request tab
This commit is contained in:
parent
0e8f6cd2d9
commit
5b1faa5687
8 changed files with 77 additions and 14 deletions
|
@ -4,6 +4,7 @@ import fetch from 'unfetch'
|
|||
import LoadingIndicator from '../components/LoadingIndicator.js'
|
||||
import Subject from '../components/Subject.js'
|
||||
import SubjectSelector from '../components/SubjectSelector.js'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './subjectBrowser.module.css'
|
||||
import constants from '../constants.json'
|
||||
|
@ -67,6 +68,7 @@ export default function SubjectBrowser (props) {
|
|||
<div>
|
||||
{qCount} kérdés, {sCount} tárgy
|
||||
</div>
|
||||
<Sleep />
|
||||
<div>
|
||||
<Subject
|
||||
subj={currSubj}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue