Skip to content

Commit e9de772

Browse files
committed
chore: fix lint warning
1 parent b664882 commit e9de772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react/src/__tests__/css-layers.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import fs from 'node:fs'
22
import path from 'node:path'
33
import {generate, parse} from 'css-tree'
4-
import type {Atrule, StyleSheet} from 'css-tree'
4+
import type {StyleSheet} from 'css-tree'
55
import {describe, expect, test} from 'vitest'
66

77
const allowlist = new Set([path.resolve(import.meta.dirname, '../Avatar/Avatar.module.css')])

0 commit comments

Comments
 (0)