Reordered components directory
This commit is contained in:
@ -3,9 +3,9 @@ import { useMemo } from "react";
|
||||
import { View, Text, TouchableHighlight, ScrollView } from "react-native";
|
||||
import Icon from "@expo/vector-icons/Feather";
|
||||
import tw from "twrnc";
|
||||
import Card from "../../../../../components/Card";
|
||||
import { Gauge } from "../../../../../components/Gauge";
|
||||
import ProgressBar from "../../../../../components/ProgressBar";
|
||||
import Card from "../../../../../components/shared/card";
|
||||
import { Gauge } from "../../../../../components/shared/gauge";
|
||||
import ProgressBar from "../../../../../components/shared/progress-bar";
|
||||
import { useNode } from "../../../../../hooks/useNode";
|
||||
import { useResource } from "../../../../../hooks/useResource";
|
||||
import { formatBytes } from "../../../../../lib/helper/format";
|
||||
|
Reference in New Issue
Block a user