Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Aug 30, 2024
1 parent 0528ac4 commit e89d4d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/events/components/Registrations/registration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import { Link } from 'core/components/Router';
import { getEventColor } from 'events/models/Event';

import style from './styles.less';
import mitt from 'next/dist/next-server/lib/mitt';

interface IProps {
event: IEvent;
Expand Down

0 comments on commit e89d4d3

Please sign in to comment.