Skip to content

Commit

Permalink
smh
Browse files Browse the repository at this point in the history
  • Loading branch information
nonrational committed Oct 20, 2024
1 parent 9e40c80 commit 1fe927c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Handlers, PageProps } from '$fresh/server.ts'

import { type AgentRelease, getAgentReleaseInfo } from '../lib/agent.ts'
import { formatDateYearMonth, humanizedTimeSince, randInterjection } from '../lib/utils.ts'
import { getFamilyName, getGlobalUsageStats, getNorthAmericaUsageStats } from '../lib/engine.ts'
import { getFamilyName, getGlobalUsageStats, getNorthAmericaUsageStats } from '../lib/family.ts'

export type KnownBrowserName = string

Expand Down

0 comments on commit 1fe927c

Please sign in to comment.