Delete unused code from App.tsx

This commit is contained in:
Brandon Presley 2023-11-09 12:55:52 +13:00
parent c70d6541b2
commit 1a289f1b7b
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ import MaterialIcon from "react-native-vector-icons/MaterialCommunityIcons";
import { AppDataSource } from "./data-source";
import { settingsRepo } from "./db";
import { emitter } from "./emitter";
import AppDrawer from "./AppDrawer";
import { TOAST } from "./toast";
import { ThemeContext } from "./use-theme";
import AppStack from "./AppStack";