Skip to content

Commit

Permalink
cleanuo
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbuechele committed Oct 5, 2023
1 parent 176e137 commit f26fcc4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/routes/booking.$applicationType.danke.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import apolloClient from '~/utils/apolloClient';
import type {ActionArgs, LoaderArgs} from '@remix-run/node';
import {typedjson, useTypedLoaderData} from 'remix-typedjson';
import {EVENT_ID} from './booking._index';
import {useEffect} from 'react';
import Confetti from '~/components/booking/Confetti.client';
import DateString from '~/components/DateString';
import {useParams} from '@remix-run/react';
import {ClientOnly, useHydrated} from 'remix-utils';
import ReactPixel from 'react-facebook-pixel';
import {ClientOnly} from 'remix-utils';

export type SearchParams = {
applicationType: 'band' | 'dj';
Expand Down

0 comments on commit f26fcc4

Please sign in to comment.