feat: contributors graph

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-23 18:51:31 +01:00
parent a741d32e09
commit 8649b47d6c
5 changed files with 56 additions and 51 deletions

View File

@@ -1,5 +0,0 @@
import { Box } from '@mui/material';
export default function ImageHome() {
return <Box></Box>;
}

View File

@@ -1,5 +0,0 @@
import { Box } from '@mui/material';
export default function PngHome() {
return <Box></Box>;
}

View File

@@ -1,5 +0,0 @@
import { Box } from '@mui/material';
export default function StringHome() {
return <Box></Box>;
}