Prettier pw request tab

This commit is contained in:
MrFry 2020-04-13 10:09:41 +02:00
parent 0e8f6cd2d9
commit 5b1faa5687
8 changed files with 77 additions and 14 deletions

View file

@ -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>
)