mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-27 18:57:36 +02:00
Prettier pw request tab
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import Button from '../components/Button.js'
|
||||
import Helps from '../components/Helps.js'
|
||||
import Sleep from '../components/sleep'
|
||||
|
||||
import styles from './contribute.module.css'
|
||||
import repos from '../data/repos.json'
|
||||
@@ -7,6 +8,7 @@ import repos from '../data/repos.json'
|
||||
export default function contribute (props) {
|
||||
return (
|
||||
<div>
|
||||
<Sleep />
|
||||
<Helps />
|
||||
<hr />
|
||||
<div className={styles.description}>
|
||||
|
||||
Reference in New Issue
Block a user