Skip to content

Commit

Permalink
lint files
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesthl committed Jan 8, 2024
1 parent 7214c09 commit d829561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 3 additions & 4 deletions apps/expo/app/(tabs)/apps/index.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { useEffect, useState } from "react";
import { RefreshControl } from "react-native";
import { SvgUri } from "react-native-svg";
import { router } from "expo-router";
import { ChevronRight, Plus } from "@tamagui/lucide-icons";
import { router } from "expo-router";
import { observer } from "mobx-react-lite";
import { useEffect, useState } from "react";
import { RefreshControl } from "react-native";
import { H4, Paragraph, SizableText, View, XStack, YStack } from "tamagui";

import { AppIcon } from "../../../components/app.icon";
Expand Down
1 change: 0 additions & 1 deletion apps/expo/app/(tabs)/overview/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { useEffect } from "react";
import { SvgUri } from "react-native-svg";
import { router } from "expo-router";
import { AlertTriangle, Check, ChevronRight, Plus, ShieldBan } from "@tamagui/lucide-icons";
import dayjs from "dayjs";
Expand Down

0 comments on commit d829561

Please sign in to comment.