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

Commit 6ae400d

Browse files
committed
chore: fix imports order
1 parent 598bb8a commit 6ae400d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/chakra-ui-core/src/CThemeProvider/tests/CThemeProvider.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
import { toCSSVar } from '@chakra-ui/styled-system'
22
import { mount, shallowMount } from '@vue/test-utils'
33
import theme from '@chakra-ui/theme-vue'
4-
import { getElementStyles } from '@/tests/test-utils'
5-
64
import CThemeProvider from '..'
5+
import { getElementStyles } from '@/tests/test-utils'
76

87
describe('CThemeProvider', () => {
98
const ChildComponent = {

0 commit comments

Comments
 (0)