Skip to content

Commit

Permalink
III-5846 - Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
brampauwelyn committed Oct 18, 2023
1 parent 0c58037 commit 4d5812e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/organizers/create/steps/UrlStep.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useRouter } from 'next/router';
import { FormEvent, useCallback, useEffect, useMemo, useState } from 'react';
import { FormEvent, useEffect, useState } from 'react';
import { Controller, useWatch } from 'react-hook-form';
import { Trans, useTranslation } from 'react-i18next';

Expand Down

0 comments on commit 4d5812e

Please sign in to comment.