Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 24, 2024
1 parent 84f95d9 commit b31566f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/reports/components/report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import {
DailyStatsQuery,
Language
} from '@/lib/gql/generates/graphql'
import { useAllMembers } from '@/lib/hooks/use-all-members'
import { getLanguageDisplayName } from '@/lib/language-utils'
import { queryDailyStats, queryDailyStatsInPastYear } from '@/lib/tabby/query'
import { cn } from '@/lib/utils'
Expand Down Expand Up @@ -53,7 +54,6 @@ import DateRangePicker from '@/components/date-range-picker'
import LoadingWrapper from '@/components/loading-wrapper'
import { SubHeader } from '@/components/sub-header'

import { useAllMembers } from '@/lib/hooks/use-all-members'
import { AnnualActivity } from './annual-activity'
import { DailyActivity } from './daily-activity'

Expand Down

0 comments on commit b31566f

Please sign in to comment.