Skip to content

Commit

Permalink
chore(frontend): cleanup CustomPosthogProvider component
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaerzin committed Dec 19, 2024
1 parent c6ad565 commit 5406c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/lib/helpers/analytics/AgPosthogProvider.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {useCallback, useEffect, useRef, useState} from "react"
import {useCallback, useEffect, useState} from "react"
import {useRouter} from "next/router"
import {useAtom} from "jotai"
import {posthogAtom, type PostHogConfig} from "./store/atoms"
Expand Down

0 comments on commit 5406c99

Please sign in to comment.