From 0bf0736d07fdf16803c9a17308dc961d05a94bc4 Mon Sep 17 00:00:00 2001 From: Frikky Date: Mon, 18 Aug 2025 19:15:47 +0200 Subject: [PATCH] Rebuild with all components --- frontend/src/components/LiveExecutionsGraph.jsx | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 frontend/src/components/LiveExecutionsGraph.jsx diff --git a/frontend/src/components/LiveExecutionsGraph.jsx b/frontend/src/components/LiveExecutionsGraph.jsx new file mode 100644 index 00000000..ac572e84 --- /dev/null +++ b/frontend/src/components/LiveExecutionsGraph.jsx @@ -0,0 +1,7 @@ +import React from 'react'; + +const LiveExecutionsGraph = ({ executions }) => { + return null +} + +export default LiveExecutionsGraph