Skip to main content
Sign in
Snippets Groups Projects
Commit ce5a6155 authored by Loïc Poullain's avatar Loïc Poullain
Browse files

Add dotation results

parent af5a5c28
No related branches found
No related tags found
1 merge request!47Ajouter l'UX des résultats de la page dotation
export * from "./articles";
export * from "./results";
import { PureComponent } from "react";
export class Results extends PureComponent {
render() {
return (
<div />
);
}
}
export { Results } from "./Results";
......@@ -4,7 +4,7 @@ import Head from "next/head";
import { withRouter } from "next/router";
import { Fragment, PureComponent } from "react";
import { Articles } from "../components/dotations";
import { Articles, Results } from "../components/dotations";
import PopinManager from "../components/PopinManager";
import SimulationPage from "../components/simulation-page";
import withRoot from "../lib/withRoot";
......@@ -28,6 +28,7 @@ class IndexPage extends PureComponent {
onClick: () => {},
},
]}
results={<Results />}
secondaryButtons={[]}
showLoginButton={false}
subTitle1="Dotations"
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment