Skip to content

Commit 6c37b49

Browse files
committed
Lint imports
1 parent e0125e3 commit 6c37b49

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

packages/gitbook/src/components/DocumentView/Expandable/Details.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
'use client';
22

3+
import { useParams } from 'next/navigation';
34
import React from 'react';
45

56
import { ClassValue, tcls } from '@/lib/tailwind';
6-
import { useParams } from 'next/navigation';
7+
78

89
function useHash() {
910
const params = useParams();

packages/gitbook/src/components/DocumentView/Expandable/Expandable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { DocumentBlockExpandable, DocumentBlocksEssentials } from '@gitbook/api';
1+
import { DocumentBlockExpandable } from '@gitbook/api';
22
import { Icon } from '@gitbook/icons';
33

44
import { getNodeFragmentByType } from '@/lib/document';

0 commit comments

Comments
 (0)