chore: remove cn non-default exports
This commit is contained in:
parent
843cfc4d4f
commit
c9d8052e39
35 changed files with 62 additions and 76 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import React from 'react';
|
||||
import Title from '~/components/Title';
|
||||
import Text from '~/components/Text';
|
||||
import { cn } from '~/utils/cn';
|
||||
import Title from '~/components/Title';
|
||||
import cn from '~/utils/cn';
|
||||
|
||||
interface Props extends React.HTMLProps<HTMLDivElement> {
|
||||
variant?: 'raised' | 'flat';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue