Remove unused imports

This commit is contained in:
Brett Jephson
2024-10-02 11:52:56 +01:00
parent 0ccc5034c4
commit 3ee149d87d
2 changed files with 0 additions and 2 deletions
@@ -1,7 +1,6 @@
'use client';
import { DocumentBlock } from '@gitbook/api';
import { OpenAPIOperationData } from '@gitbook/react-openapi';
import { OpenAPIClientState } from '@gitbook/react-openapi/client';
import { useRouter, useSearchParams } from 'next/navigation';
import { OpenAPIV3 } from 'openapi-types';
@@ -1,7 +1,6 @@
'use client';
import * as React from 'react';
import { OpenAPIOperationData } from './fetchOpenAPIOperation';
import { getServersURL } from './utils';
import { OpenAPIV3 } from 'openapi-types';