Skip to content

Commit ab5d1dd

Browse files
fix path in versioned_docs
1 parent 78238fb commit ab5d1dd

34 files changed

+35
-35
lines changed

versioned_docs/version-3.0.6/FAB.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: FAB
33
title: FAB
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
A floating action button is a circular icon button that hovers over content to promote a primary action in the application.
99

versioned_docs/version-3.0.6/actionSheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: actionSheet
33
title: ActionSheet
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
An Action Sheet is a dialog that displays a set of options. It appears on top of the app's content.
99

versioned_docs/version-3.0.6/alert.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: alert
33
title: Alert
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`Alerts` are used to communicate a state that affects a system, feature or page.
99

versioned_docs/version-3.0.6/alertDialog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: alertDialog
33
title: AlertDialog
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`AlertDialog` component is used to interrupt the user with a mandatory confirmation or action. AlertDialog composes [`Modal`](modal.md) so you can use all its props.
99

versioned_docs/version-3.0.6/avatar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: avatar
33
title: Avatar
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`Avatar` component is used to represent a user and it can display a profile picture, initials or a fallback icon.
99

versioned_docs/version-3.0.6/badge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: badge
33
title: Badge
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`Badges` are used to highlight an item's status for quick recognition.
99

versioned_docs/version-3.0.6/button.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: button
33
title: Button
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
The `Button` component is used to trigger an action or event.
99

versioned_docs/version-3.0.6/checkBox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: checkBox
33
title: CheckBox
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
The `Checkbox` component is used in forms when a user needs to select multiple values from several options.
99

versioned_docs/version-3.0.6/divider.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: divider
33
title: Divider
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`Divider` is used to visually separate content in a list or group.
99

versioned_docs/version-3.0.6/formControl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: formControl
33
title: FormControl
44
---
55

6-
import { ComponentTheme } from '../src/components';
6+
import { ComponentTheme } from '../../src/components';
77

88
`FormControl` provides context such as `isInvalid`, `isDisabled`, and `isRequired` to form elements.
99

0 commit comments

Comments
 (0)