Skip to content

Commit 63db509

Browse files
committed
chore: remove unnecessary changeset
1 parent efbce72 commit 63db509

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.changeset/orange-rockets-boil.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

apps/website/src/routes/docs/styled/checkbox/examples/data-binding.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ export default component$(() => {
66
return (
77
<div>
88
<div class="flex items-center space-x-2">
9-
{/* @ts-ignore https://github.com/QwikDev/qwik/pull/6398 */}
109
<Checkbox id="terms" bind:checked={checkedSig} />
1110
<div>
1211
<Label for="terms">Accept terms and conditions</Label>

0 commit comments

Comments
 (0)