Skip to content

Commit

Permalink
Add React import to AppStack
Browse files Browse the repository at this point in the history
  • Loading branch information
davebudhram committed Nov 24, 2023
1 parent 5acbf07 commit 5a6d5bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client-new/src/navigation/AppStack.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { createNativeStackNavigator } from "@react-navigation/native-stack";
import HomeScreen from "../screens/app/BottomTabNavigator";
import React from "react";

const Stack = createNativeStackNavigator();

Expand Down

0 comments on commit 5a6d5bf

Please sign in to comment.