added modules

This commit is contained in:
Elinorre 2020-01-16 19:57:43 +03:00
parent 2c1702de86
commit 67f2711a81

View File

@ -1,7 +1,8 @@
import React from "react" import React from "react"
import Layout from "../../components/dataforge/layout"
const ModulesPage = () => ( const ModulesPage = () => (
<div> <Layout id="df">
<h1 id="core">dataforge-core</h1> <h1 id="core">dataforge-core</h1>
<ul> <ul>
<li>Meta-data processing tools.</li> <li>Meta-data processing tools.</li>
@ -67,7 +68,7 @@ const ModulesPage = () => (
<li> Both dynamic and static type systems.</li> <li> Both dynamic and static type systems.</li>
<li> Advanced tools for annotation, actions and tasks construction via Groovy DSL builders.</li> <li> Advanced tools for annotation, actions and tasks construction via Groovy DSL builders.</li>
</ul> </ul>
</div> </Layout>
) )
export default ModulesPage export default ModulesPage