diff --git a/frontend/src/pages/stats.js b/frontend/src/pages/stats.js index 34a08d73..c832399d 100644 --- a/frontend/src/pages/stats.js +++ b/frontend/src/pages/stats.js @@ -1,12 +1,12 @@ import React from "react"; - import Web from "components/layout/Web"; -import Statistiques from "components/Statistiques"; export default function stats(props) { return ( - +
+ +
); }