diff --git a/app/showDetails.tsx b/app/showDetails.tsx index 9fb7bda..2947905 100644 --- a/app/showDetails.tsx +++ b/app/showDetails.tsx @@ -1,9 +1,11 @@ import { getShowById, Show } from "@/apis/showApi"; -import ParticipantDetails from "@/components/ParticipantDeatails"; + +import ParticipantDetails from "@/components/ui/ParticipantDeatails"; + import ShowInfo from "@/components/ui/ShowInfo"; import StackHeader from "@/components/ui/StackHeader"; import { useSeasonContext } from "@/contexts/SeasonContext"; -import * as Haptics from 'expo-haptics'; +import * as Haptics from "expo-haptics"; import { router, useLocalSearchParams } from "expo-router"; import React, { useState } from "react"; import { diff --git a/components/ParticipantDeatails.tsx b/components/ui/ParticipantDeatails.tsx similarity index 100% rename from components/ParticipantDeatails.tsx rename to components/ui/ParticipantDeatails.tsx