This commit is contained in:
pro.boooooo
2024-03-31 23:45:25 +02:00
parent bc0c68282a
commit 46aa945c1c
35 changed files with 1176 additions and 2709 deletions

View File

@@ -0,0 +1,3 @@
export default function Stats({ chart = null, datas }) {
return <div>{chart ? chart : null}</div>;
}