Skip to content

Commit

Permalink
rm some unwanted
Browse files Browse the repository at this point in the history
  • Loading branch information
marksikaundi committed Mar 10, 2024
1 parent 05363e3 commit 1c254f5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 21 deletions.
14 changes: 0 additions & 14 deletions src/app/dashboard.tsx

This file was deleted.

7 changes: 0 additions & 7 deletions src/app/index.tsx
Original file line number Diff line number Diff line change
@@ -1,16 +1,9 @@
import React from "react";
import { StatusBar } from "expo-status-bar";
import { StyleSheet, Text, View } from "react-native";
import { Link } from "expo-router";

export default function App() {
return (
<View style={styles.container}>
<Text>Hello There Team</Text>

<Link href="/dashboard">Go to Dashboard</Link>

<StatusBar style="auto" />
</View>
);
}
Expand Down

0 comments on commit 1c254f5

Please sign in to comment.