mirror of
https://gitlab.com/MrFry/qmining-page
synced 2026-04-28 11:17:37 +02:00
Added manual and all question page
This commit is contained in:
+1
-1
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user