Skip to content

Commit 60d75a9

Browse files
CopilotFaye-Xiao
andcommitted
Remove unused @ts-expect-error directive for BpkLabel import
Since BpkLabel is now migrated to TypeScript, the @ts-expect-error directive is no longer needed in bpk-component-theme-toggle. Co-authored-by: Faye-Xiao <20058385+Faye-Xiao@users.noreply.github.com>
1 parent 24912e5 commit 60d75a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/bpk-component-theme-toggle/src/BpkThemeToggle.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
import type { ChangeEvent } from 'react';
2020
import { Component } from 'react';
2121

22-
// @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
2322
import BpkLabel from '../../bpk-component-label';
2423
// @ts-expect-error Untyped import. See `decisions/imports-ts-suppressions.md`.
2524
import BpkSelect from '../../bpk-component-select';

0 commit comments

Comments
 (0)