Skip to content

Commit

Permalink
Merge pull request #226 from Luzefiru/patch-1
Browse files Browse the repository at this point in the history
nit: fix import
  • Loading branch information
dasfmi authored Sep 17, 2024
2 parents a054aad + 5d5741b commit 2c70529
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,7 @@ To capture routing errors, use the [error handling mechanism of Next.js](https:/
```ts
"use client";

import { LogLevel } from "@/next-axiom/logger";
import { useLogger } from "next-axiom";
import { useLogger, LogLevel } from "next-axiom";
import { usePathname } from "next/navigation";

export default function ErrorPage({
Expand Down

0 comments on commit 2c70529

Please sign in to comment.