Skip to content

Commit

Permalink
feat: remove test chat screen
Browse files Browse the repository at this point in the history
  • Loading branch information
sakul-budhathoki authored and n0izn0iz committed Nov 14, 2023
1 parent a2a2724 commit 92e1d60
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 55 deletions.
51 changes: 0 additions & 51 deletions packages/screens/Chat/ChatScreen.tsx

This file was deleted.

4 changes: 0 additions & 4 deletions packages/utils/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ export type RootStackParamList = {

DAppStore: undefined;
ToriPunks: { route: string };

Chat: undefined;
};

export type AppNavigationProp = NativeStackNavigationProp<RootStackParamList>;
Expand Down Expand Up @@ -151,8 +149,6 @@ const navConfig: {
DAppStore: "dapp-store",
// === DApps
ToriPunks: "dapp/tori-punks/:route?",

Chat: "chat",
},
};

Expand Down

0 comments on commit 92e1d60

Please sign in to comment.