Skip to content

Commit 7ce6ed6

Browse files
committed
wip
1 parent 5c73649 commit 7ce6ed6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/(tabs)/post.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
//links to open OUTSIDE tab bar
22

3+
import { Link, useRouter } from "expo-router";
34
import { Paragraph, Text, YStack } from "tamagui";
45

5-
import { Link } from "expo-router";
6+
const router = useRouter();
67

78
export default function PostsPage() {
89
return (

0 commit comments

Comments
 (0)