From 78b44b09e8480ae8765d7f8cc9ea7270898dfd76 Mon Sep 17 00:00:00 2001 From: Grant Forrest Date: Thu, 10 Oct 2024 21:54:20 -0400 Subject: [PATCH] type fix --- apps/trip-tick/web/src/components/trips/TripItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/trip-tick/web/src/components/trips/TripItem.tsx b/apps/trip-tick/web/src/components/trips/TripItem.tsx index 92dca2f9..48f8c9bb 100644 --- a/apps/trip-tick/web/src/components/trips/TripItem.tsx +++ b/apps/trip-tick/web/src/components/trips/TripItem.tsx @@ -15,7 +15,7 @@ import { SliderThumb, SliderTrack, } from '@a-type/ui/components/slider'; -import { ResultOf } from '@biscuits/client'; +import { ResultOf } from '@biscuits/graphql'; import { ListItemsItem, TripCompletionsValue,