mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
My lists are done
This commit is contained in:
8
src/components/Menu/Container.tsx
Normal file
8
src/components/Menu/Container.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
import { View } from 'react-native'
|
||||
|
||||
const MenuContainer: React.FC = ({ ...props }) => {
|
||||
return <View>{props.children}</View>
|
||||
}
|
||||
|
||||
export default MenuContainer
|
Reference in New Issue
Block a user