Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
mhilton committed Mar 13, 2024
1 parent 46c5deb commit 45a9f42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/dataExplorer/context/tags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ import {
CACHING_REQUIRED_END_DATE,
CACHING_REQUIRED_START_DATE,
} from 'src/utils/datetime/constants'
import {DEFAULT_INTERVAL, DEFAULT_LIMIT} from 'src/shared/constants/queryBuilder'
import {
DEFAULT_INTERVAL,
DEFAULT_LIMIT,
} from 'src/shared/constants/queryBuilder'
import {LanguageType} from 'src/dataExplorer/components/resources'

// Contexts
Expand Down

0 comments on commit 45a9f42

Please sign in to comment.