Skip to content

Commit 0b135dc

Browse files
committed
fix: fixed lint error:
1 parent 3fb3575 commit 0b135dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/docs-layout-client.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
"use client";
22

3-
import type { ReactNode } from "react";
43
import { usePathname } from "next/navigation";
4+
import type { ReactNode } from "react";
55
import { useMemo } from "react";
66
import { baseOptions } from "@/app/layout.config";
77
import {

0 commit comments

Comments
 (0)