Files
2024_DEV_BUT3/src/components/Stats/Stats.jsx
pro.boooooo 46aa945c1c $
2024-03-31 23:45:25 +02:00

4 lines
103 B
JavaScript

export default function Stats({ chart = null, datas }) {
return <div>{chart ? chart : null}</div>;
}