Skip to content

Commit cb1eeec

Browse files
fix(tokens): remove unused @ts-expect-error comment
Co-Authored-By: Naomi Hironaka <[email protected]>
1 parent ea33504 commit cb1eeec

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/tokens/stories/spacing.stories.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { ToastRegion, toastQueue } from '../../components/src/Toast';
77
import { Tooltip, TooltipTrigger } from '../../components/src/Tooltip';
88
// @ts-expect-error ts not detecting d.ts for es file
99
import tokens from '../dist/index.es.js';
10-
// @ts-expect-error import JSON for mapping
1110
import spacingJson from '../tokens/spacing.json';
1211

1312
export default {

0 commit comments

Comments
 (0)