mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-20 14:39:34 +02:00
feat: Split string
This commit is contained in:
7
src/components/ToolLayout.tsx
Normal file
7
src/components/ToolLayout.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import {Box} from "@mui/material";
|
||||
import {ReactNode} from "react";
|
||||
|
||||
export default function ToolLayout({children}: { children: ReactNode }) {
|
||||
return (<Box width={'100%'} display={'flex'} flexDirection={'column'} alignItems={'center'}><Box
|
||||
width={'85%'}>{children}</Box></Box>)
|
||||
}
|
Reference in New Issue
Block a user