Skip to content

Commit

Permalink
fix: minor edit
Browse files Browse the repository at this point in the history
  • Loading branch information
okhaimie-dev authored and fracek committed Jan 15, 2024
1 parent 798fc98 commit e19de05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demos/expo-react-native/app/screens/setup.tsx
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { H2, Button, Paragraph, YStack } from "tamagui";
import { ChevronLeft } from "@tamagui/lucide-icons";
import { Stack } from "expo-router";
import { Stack, Link } from "expo-router";
import { Linking } from "react-native";
import { Link } from "expo-router";

export default function Screen() {
return (
Expand Down

0 comments on commit e19de05

Please sign in to comment.