chore: split string tools ui

This commit is contained in:
Ibrahima G. Coulibaly
2024-06-21 20:06:07 +01:00
parent a6bd9ddd78
commit 2d30028775
17 changed files with 443 additions and 72 deletions

View File

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