Skip to content

Commit ec5313b

Browse files
committed
docs: Fixed an import link
1 parent 55e73a9 commit ec5313b

File tree

1 file changed

+1
-1
lines changed
  • apps/starlight/src/content/docs/solid/components/control

1 file changed

+1
-1
lines changed

apps/starlight/src/content/docs/solid/components/control/button.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: 'Button'
33
description: 'A flexible button component.'
44
---
55

6-
import TypeDoc from '@docs/solid/components/input/button.md';
6+
import TypeDoc from '@docs/solid/components/control/button.md';
77
import { BaseColor } from '@packages/browser-utils';
88
import { Interactive } from '@src/components/interactive';
99

0 commit comments

Comments
 (0)