Skip to content

Commit

Permalink
mobile: StatisticsTab: reorder imports with prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Apr 20, 2024
1 parent d968576 commit 5842b49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mobile/Components/StatisticsTab/StatisticsTab.tsx
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
import Backend from "@/Backend";
import Colors from "@/Constants/Colors";
import { useFocusEffect } from "@react-navigation/native";
import { Databases, Query } from "appwrite";
import React from "react";
import {
ActivityIndicator,
Dimensions,
StyleSheet,
Text,
TouchableOpacity,
StyleSheet,
View,
} from "react-native";
import { BarChart } from "react-native-chart-kit";
import useSWR from "swr";
import ID from "../../Constants/ID";
import { client } from "../../appwrite";
import BookStatusCount from "../BookStatusCount";
import Backend from "@/Backend";
import useSWR from "swr";

const databases = new Databases(client);
const backend = new Backend();
Expand Down

0 comments on commit 5842b49

Please sign in to comment.