From c2cb996d5fdbaea33a4e78d9485482af5cdfe5c3 Mon Sep 17 00:00:00 2001 From: charlesdoiron Date: Tue, 5 Mar 2024 09:35:34 +0100 Subject: [PATCH] Update stats page with new iframe --- frontend/src/pages/stats.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 ( - +
+ +
); }