Skip to content

Commit

Permalink
fix type from bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
brainbicycle committed May 8, 2023
1 parent e3aeb9f commit b023566
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/app/Scenes/Onboarding/OnboardingQuiz/OnboardingGene.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { Flex, Button } from "@artsy/palette-mobile"
import { Flex, Button, Screen } from "@artsy/palette-mobile"
import { NavigationProp, useNavigation } from "@react-navigation/native"
import { OnboardingGeneQuery } from "__generated__/OnboardingGeneQuery.graphql"
import { InfiniteScrollArtworksGridContainer as InfiniteScrollArtworksGrid } from "app/Components/ArtworkGrids/InfiniteScrollArtworksGrid"
import { FullScreenLoadingImage } from "app/Components/FullScreenLoadingImage"
import { Screen } from "app/Components/Screen"
import { OnboardingNavigationStack } from "app/Scenes/Onboarding/OnboardingQuiz/OnboardingQuiz"
import { useBackHandler } from "app/utils/hooks/useBackHandler"
import { Suspense } from "react"
Expand Down

0 comments on commit b023566

Please sign in to comment.