Conditions | 1 |
Total Lines | 13 |
Code Lines | 12 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | import React, { Component } from "react" |
||
9 | render() { |
||
10 | return ( |
||
11 | <Layout> |
||
12 | <SEO |
||
13 | lang="nl-BE" |
||
14 | title="Matchoverzicht voorbereiding" |
||
15 | description="Overzicht van alle wedstrijden voor de scheurkalender" |
||
16 | path="scheurkalender" |
||
17 | /> |
||
18 | <div className={`games__template scheurkalender__template`}> |
||
19 | <MatchesScheurkalenderOverview /> |
||
20 | </div> |
||
21 | </Layout> |
||
22 | ) |
||
27 |