Skip to content

Commit

Permalink
chore(frontend): update import path on changed file
Browse files Browse the repository at this point in the history
  • Loading branch information
ardaerzin committed Dec 9, 2024
1 parent a5d6626 commit 0f874b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion agenta-web/src/components/pages/app-management/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {waitForAppToStart} from "@/services/api"
import {createUseStyles} from "react-jss"
import {useAppsData} from "@/contexts/app.context"
import {useProfileData} from "@/contexts/profile.context"
import {usePostHogAg} from "@/hooks/usePostHogAg"
import {usePostHogAg} from "@/lib/helpers/analytics/hooks/usePostHogAg"
import {LlmProvider, getAllProviderLlmKeys} from "@/lib/helpers/llmProviders"
import {dynamicComponent, dynamicContext} from "@/lib/helpers/dynamic"
import dayjs from "dayjs"
Expand Down

0 comments on commit 0f874b5

Please sign in to comment.