restore repo
This commit is contained in:
parent
97e8ee6eb8
commit
f2a798ab18
30 changed files with 1627 additions and 2 deletions
11
app/modal.tsx
Normal file
11
app/modal.tsx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
import { View, Text } from 'react-native'
|
||||
import React from 'react'
|
||||
import NewGrafico from '@/components/ui/NewGrafico'
|
||||
|
||||
export default function modal() {
|
||||
return (
|
||||
<View>
|
||||
<NewGrafico />
|
||||
</View>
|
||||
)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue