nice-bill commited on
Commit
03c12a3
·
1 Parent(s): 90b2e7b

frontend build fixed

Browse files
Files changed (1) hide show
  1. frontend/src/App.jsx +1 -0
frontend/src/App.jsx CHANGED
@@ -181,6 +181,7 @@ function App() {
181
  }
182
 
183
  function MetricCard({ label, value, icon }) {
 
184
  return (
185
  <div className="bg-bg-panel border border-border p-3 flex flex-col justify-between">
186
  <div className="flex justify-between items-start text-text-secondary">
 
181
  }
182
 
183
  function MetricCard({ label, value, icon }) {
184
+ // Metric display component
185
  return (
186
  <div className="bg-bg-panel border border-border p-3 flex flex-col justify-between">
187
  <div className="flex justify-between items-start text-text-secondary">