Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 9f1492c

Browse files
committed
feat(button): add button component
1 parent f92679e commit 9f1492c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/c-button/tests/c-button.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { render, userEvent } from '../../test-utils/src'
2-
import CButton from '../src'
2+
import { CButton } from '../src'
33

44
const renderComponent = (props?: any) => {
55
const base = {

0 commit comments

Comments
 (0)