Skip to content

Commit

Permalink
remove import
Browse files Browse the repository at this point in the history
  • Loading branch information
gitschwifty committed Jul 14, 2024
1 parent 8baeaeb commit d368955
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion front-end/src/components/tickets/AttendeeInfoForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import React from 'react'
import { TABLE_ROWS } from '../../../../back-end/types/db-types'
import { AttendeeInfo } from '../../../../back-end/types/misc'
import { Store,useStore } from '../../hooks/useStore'
import Checkbox from '../core/Checkbox'
import InfoBlurb from '../core/InfoBlurb'
import Input from '../core/Input'
import RadioGroup from '../core/RadioGroup'
Expand Down

0 comments on commit d368955

Please sign in to comment.