Skip to content

Commit

Permalink
fix: linter issues by removing unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
nikomakela committed Feb 6, 2023
1 parent 10301e0 commit 578d8e0
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
EnrolmentStatusLabel,
EventEnrolmentStatus,
useEventEnrolmentStatus,
addParamsToQueryString,
getDateRangeStr,
buttonStyles,
useLocale,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import type { EventFields } from 'events-helsinki-components';
import {
useEventEnrolmentStatus,
EventEnrolmentStatus,
addParamsToQueryString,
getDateRangeStr,
buttonStyles,
useLocale,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import {
EnrolmentStatusLabel,
EventEnrolmentStatus,
useEventEnrolmentStatus,
addParamsToQueryString,
getDateRangeStr,
buttonStyles,
useLocale,
Expand Down

0 comments on commit 578d8e0

Please sign in to comment.