Skip to content

Commit

Permalink
style: fix import order to comply with ESLint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin9703 committed Sep 4, 2024
1 parent e46c833 commit 8a93499
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/app/components/app/log/filter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import useSWR from 'swr'
import dayjs from 'dayjs'
import quarterOfYear from 'dayjs/plugin/quarterOfYear'
import { useContext } from 'use-context-selector'
import { omit } from 'lodash-es'
import Button from '../../base/button'
import { ToastContext } from '../../base/toast'
import type { QueryParam } from './index'
Expand Down

0 comments on commit 8a93499

Please sign in to comment.