mirror of
https://gitlab.com/MrFry/qmining-page
synced 2025-04-01 20:23:44 +02:00
Added manual and all question page
This commit is contained in:
parent
c19f24de87
commit
261e04a0eb
7 changed files with 257 additions and 91 deletions
|
@ -12,7 +12,7 @@ import links from '../data/links.json'
|
|||
|
||||
export default function Index (props) {
|
||||
return (
|
||||
<Layout>
|
||||
<Layout currPageName='index'>
|
||||
<div>
|
||||
{Object.keys(links).map((key) => {
|
||||
let link = links[key]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue