Skip to content

Commit 1a2e082

Browse files
committed
feat(@clayui/core): LPD-40160 Add floating menubar action button
1 parent 7782b3a commit 1a2e082

File tree

1 file changed

+1
-2
lines changed
  • packages/clay-core/src/vertical-nav

1 file changed

+1
-2
lines changed

packages/clay-core/src/vertical-nav/Item.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
* SPDX-License-Identifier: BSD-3-Clause
44
*/
55

6+
import {ClayButtonWithIcon} from '@clayui/button';
67
import {useProvider} from '@clayui/provider';
78
import {Keys, setElementFullHeight, useId} from '@clayui/shared';
89
import React, {useContext, useMemo, useRef, useState} from 'react';
910
import {CSSTransition} from 'react-transition-group';
1011

11-
import classNames from 'classnames';
12-
import {ClayButtonWithIcon} from '@clayui/button';
1312
import {Collection} from '../collection';
1413
import {Nav} from '../nav';
1514
import {useVertical} from './context';

0 commit comments

Comments
 (0)