docs(nxdev): cleanup imports (#11561)
This commit is contained in:
parent
9bea8490ca
commit
dd9554987a
@ -1,11 +1,6 @@
|
||||
import { DocumentMetadata } from '@nrwl/nx-dev/models-document';
|
||||
import { Menu, MenuItem, MenuSection } from '@nrwl/nx-dev/models-menu';
|
||||
import {
|
||||
createMenuItems,
|
||||
getBasicSection,
|
||||
getDeepDiveSection,
|
||||
getPackageApiSection,
|
||||
} from './menu.utils';
|
||||
import { createMenuItems, getPackageApiSection } from './menu.utils';
|
||||
|
||||
export class MenuApi {
|
||||
private menuCache: Menu | null = null;
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
import { PackageMetadata } from '@nrwl/nx-dev/models-package';
|
||||
import { Breadcrumbs } from '@nrwl/nx-dev/ui-common';
|
||||
import { renderMarkdown } from '@nrwl/nx-dev/ui-markdoc';
|
||||
import cx from 'classnames';
|
||||
import { NextSeo } from 'next-seo';
|
||||
import { useRouter } from 'next/router';
|
||||
import { ReactNode } from 'react';
|
||||
import { Breadcrumbs } from '@nrwl/nx-dev/ui-common';
|
||||
import { Heading1 } from './ui/headings';
|
||||
import { PackageReference } from './ui/package-reference';
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
import { Listbox, Transition } from '@headlessui/react';
|
||||
import { CheckIcon, SelectorIcon } from '@heroicons/react/solid';
|
||||
import { Fragment, ReactComponentElement } from 'react';
|
||||
import { Fragment } from 'react';
|
||||
|
||||
export interface SelectorProps<T> {
|
||||
items: { label: string; value: string; data?: T }[];
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
import {
|
||||
CheckCircleIcon,
|
||||
ExclamationIcon,
|
||||
InformationCircleIcon,
|
||||
HandIcon,
|
||||
InformationCircleIcon,
|
||||
} from '@heroicons/react/outline';
|
||||
import cx from 'classnames';
|
||||
import { ReactNode } from 'react';
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user