Skip to content

Commit

Permalink
Merge pull request #6 from shmatozz/revert-5-dev
Browse files Browse the repository at this point in the history
Revert "feat: add test comm"
  • Loading branch information
shmatozz authored Jan 17, 2025
2 parents 79fd47a + bb78998 commit 7a88d68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from "react";
import { Redirect } from "expo-router";
import { firstLaunch, logged } from "@/app/_layout";

// add test comm
const Splash = () => {
if (logged) {
return ( <Redirect href="/(tabs)/home" /> );
Expand Down

0 comments on commit 7a88d68

Please sign in to comment.