diff --git a/app/_layout.jsx b/app/_layout.jsx deleted file mode 100644 index 9501615..0000000 --- a/app/_layout.jsx +++ /dev/null @@ -1,39 +0,0 @@ -import { View, Text } from 'react-native' -import Icon from 'react-native-vector-icons/FontAwesome' -import React from 'react' -import { Tabs } from 'expo-router' - -export default function _layout() { - return ( - - - { - return ( - - ) - }, - - }}/> - { - return ( - - ) - } - - }}/> - { - return ( - - ) - } - - }}/> - - ) -} \ No newline at end of file diff --git a/app/expenses.jsx b/app/expenses.jsx deleted file mode 100644 index c212169..0000000 --- a/app/expenses.jsx +++ /dev/null @@ -1,10 +0,0 @@ -import { View, Text } from 'react-native' -import React from 'react' - -export default function Expenses() { - return ( - - Expenses - - ) -} \ No newline at end of file diff --git a/app/index.jsx b/app/index.jsx deleted file mode 100644 index 7ced6fd..0000000 --- a/app/index.jsx +++ /dev/null @@ -1,14 +0,0 @@ -import { View, Text, Button} from 'react-native' -import * as react from 'react' -import { Link } from 'expo-router' - - -export default function Page() { - return ( - - Hello World - - - - ) -} \ No newline at end of file diff --git a/app/stats.jsx b/app/stats.jsx deleted file mode 100644 index ea309e3..0000000 --- a/app/stats.jsx +++ /dev/null @@ -1,10 +0,0 @@ -import { View, Text } from 'react-native' -import React from 'react' - -export default function Stats() { - return( - - Stats - - ) -} \ No newline at end of file