:directory moved to components/ui
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user