Reordered components directory

This commit is contained in:
2023-06-10 19:41:30 +02:00
parent c66d035a1c
commit b4b49351f8
8 changed files with 12 additions and 12 deletions

View File

@@ -5,7 +5,7 @@ import Icon from "@expo/vector-icons/Feather";
import tw from "twrnc";
import { formatPercentage } from "../../lib/helper/format";
import { ScrollView } from "react-native-gesture-handler";
import Card from "../../components/Card";
import Card from "../../components/shared/card";
export function NodeListItem({ node }: { node: ProxmoxNode }) {
return (