docs(nxdev): optimize theme imports (#12940)
This commit is contained in:
parent
b2f953868a
commit
d103cd9d51
@ -1,4 +1,3 @@
|
|||||||
/* This example requires Tailwind CSS v2.0+ */
|
|
||||||
import { Listbox, Transition } from '@headlessui/react';
|
import { Listbox, Transition } from '@headlessui/react';
|
||||||
import {
|
import {
|
||||||
ComputerDesktopIcon,
|
ComputerDesktopIcon,
|
||||||
|
|||||||
@ -1,9 +1,4 @@
|
|||||||
import {
|
import { useMemo, useSyncExternalStore } from 'react';
|
||||||
useEffect,
|
|
||||||
useLayoutEffect,
|
|
||||||
useMemo,
|
|
||||||
useSyncExternalStore,
|
|
||||||
} from 'react';
|
|
||||||
|
|
||||||
export type Theme = 'light' | 'dark' | 'system';
|
export type Theme = 'light' | 'dark' | 'system';
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user