Skip to content

Commit

Permalink
fix: import from dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Willenbring committed Oct 18, 2023
1 parent 663b81b commit d7fbf5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/common/hooks/useLogger.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useConfigurationContext } from "../context/ConfigurationContext";
import { BrowserLogger } from "@shared/logger/dist/browserLogger";
import { BrowserLogger } from "@shared/logger";

export function useLogger() {
const { logLevel } = useConfigurationContext();
Expand Down

0 comments on commit d7fbf5e

Please sign in to comment.