Skip to content

Commit

Permalink
chore: some fewer console errors in js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Mar 25, 2024
1 parent d226bd0 commit 2ed1f38
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { LemonButton, LemonDivider, LemonTabs, LemonTag, LemonTagType, Link } from '@posthog/lemon-ui'
import { LemonButton, LemonDivider, LemonTabs, LemonTag, LemonTagType } from '@posthog/lemon-ui'
import clsx from 'clsx'
import { CodeSnippet, Language } from 'lib/components/CodeSnippet'
import { Dayjs, dayjs } from 'lib/dayjs'
import { Link } from 'lib/lemon-ui/Link'
import { Tooltip } from 'lib/lemon-ui/Tooltip'
import { humanFriendlyMilliseconds, humanizeBytes, isURL } from 'lib/utils'
import { Fragment, useState } from 'react'
Expand Down

0 comments on commit 2ed1f38

Please sign in to comment.