Skip to content

Commit

Permalink
fix: button markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
danielleroux committed Jan 18, 2024
1 parent 6bcc136 commit 450d2a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';
import Props from './../../auto-generated/ix-button/props.md';

import WebComponentButtons from './../../auto-generated/previews/web-component/buttons.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';
import TabItem from '@theme/TabItem';
import Preview from '@site/src/components/Preview';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import Tags from './../../auto-generated/ix-link-button/tags.md';
import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';

import PropsIcon from './../../auto-generated/ix-icon-button/props.md';

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import Tags from './../../auto-generated/ix-link-button/tags.md';

import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';
import Props from './../../auto-generated/ix-link-button/props.md';

import SourceLinkButton from './../../auto-generated/previews/web-component/link-button.md'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';

import Props from './../../auto-generated/ix-split-button/props.md';
import Events from './../../auto-generated/ix-split-button/events.md';
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ApiTableSinceTag } from '@site/src/components/ApiTableTag';
import Playground from '@site/src/components/Playground';
import Playground from '@site/src/components/PlaygroundV2';

import Tags from './../../auto-generated/ix-toggle-button/tags.md';

Expand Down

0 comments on commit 450d2a9

Please sign in to comment.