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

Commit 0ee84a9

Browse files
committed
Fix import
1 parent 47ed88c commit 0ee84a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/chakra-ui-core/src/CGrid/test/CGrid.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import CGrid from '..'
1+
import { CGrid } from '..'
22
import { render } from '@/tests/test-utils'
33

44
const renderComponent = (props) => {

0 commit comments

Comments
 (0)