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

Commit d9eb505

Browse files
committed
chore: fix eslint stuff
1 parent 3b11d0b commit d9eb505

File tree

3 files changed

+4
-21
lines changed

3 files changed

+4
-21
lines changed

packages/layout/src/divider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import {
44
ThemingProps,
55
useStyleConfig,
66
HTMLChakraProps,
7-
extractStyleAttrs,
87
} from '@chakra-ui/vue-system'
98
import { filterUndefined } from '@chakra-ui/utils'
109
import { vueThemingProps } from '@chakra-ui/vue-utils'

packages/layout/src/simple-grid.ts

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
import { CIcon } from '@chakra-ui/c-icon'
2-
import {
3-
HTMLChakraProps,
4-
SystemProps,
5-
ThemingProps,
6-
useMultiStyleConfig,
7-
useStyles,
8-
StylesProvider,
9-
ResponsiveValue,
10-
} from '@chakra-ui/vue-system'
1+
import { ResponsiveValue } from '@chakra-ui/vue-system'
112
import { h, defineComponent, PropType, computed } from 'vue'
12-
import { chakra, DOMElements } from '@chakra-ui/vue-system'
13-
import { getValidChildren, SNAO } from '@chakra-ui/vue-utils'
3+
import { DOMElements } from '@chakra-ui/vue-system'
4+
import { SNAO } from '@chakra-ui/vue-utils'
145
import { CGrid, GridProps } from './grid'
156
import { isNull, isNumber, mapResponsive } from '@chakra-ui/utils'
167

packages/layout/src/text.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,7 @@ import {
88
DOMElements,
99
} from '@chakra-ui/vue-system'
1010
import { SNAO, vueThemingProps } from '@chakra-ui/vue-utils'
11-
import {
12-
computed,
13-
defineComponent,
14-
h,
15-
PropType,
16-
ComponentOptionsWithObjectProps,
17-
ComponentPropsOptions,
18-
} from '@vue/runtime-core'
11+
import { computed, defineComponent, h, PropType } from '@vue/runtime-core'
1912

2013
export interface TextProps extends HTMLChakraProps<'p'>, ThemingProps<'Text'> {
2114
/**

0 commit comments

Comments
 (0)