mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Prettier pw request tab
This commit is contained in:
@@ -5,6 +5,7 @@ import React, { useState, useEffect } from 'react'
|
||||
import fetch from 'unfetch'
|
||||
|
||||
import LoadingIndicator from '../components/LoadingIndicator'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './index.module.css'
|
||||
import links from '../data/links.json'
|
||||
@@ -145,6 +146,7 @@ export default function Index (props) {
|
||||
)
|
||||
})}
|
||||
</center>
|
||||
<Sleep />
|
||||
{renderNews()}
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user