mirror of
https://github.com/pheralb/svgl.git
synced 2025-12-29 08:01:36 +08:00
First commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React from 'react'
|
||||
import { SimpleGrid } from '@chakra-ui/react'
|
||||
|
||||
const Index = ({children}) => {
|
||||
return (
|
||||
<SimpleGrid minChildWidth='200px' columns={3} spacing={5}>
|
||||
{children}
|
||||
</SimpleGrid>
|
||||
)
|
||||
}
|
||||
|
||||
export default Index
|
||||
Reference in New Issue
Block a user