Skip to content

Commit

Permalink
fix(cssm): CellButton import SimpleCell css
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud authored Oct 11, 2024
1 parent 6039bdc commit 25c515c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vkui/src/components/CellButton/CellButton.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { classNames } from '@vkontakte/vkjs';
import { SimpleCell, type SimpleCellProps } from '../SimpleCell/SimpleCell';
import '../SimpleCell/SimpleCell.module.css';
import styles from './CellButton.module.css';

export const appearanceClassNames = {
Expand Down

0 comments on commit 25c515c

Please sign in to comment.