added sounds, updated nped config and tweaks + code quality improvements
This commit is contained in:
@@ -14,6 +14,7 @@ type SightingFeedContextType = {
|
||||
isSightingModalOpen: boolean;
|
||||
isError: boolean;
|
||||
isLoading: boolean;
|
||||
data: SightingType | undefined;
|
||||
};
|
||||
|
||||
export const SightingFeedContext = createContext<
|
||||
|
||||
Reference in New Issue
Block a user