Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tborychowski committed May 26, 2024
1 parent 5db10f3 commit c0e2bcb
Show file tree
Hide file tree
Showing 5 changed files with 559 additions and 556 deletions.
2 changes: 1 addition & 1 deletion docs-src/components/button-group/ButtonGroup.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<API props="{apiProps}"/>

<script>
import { ButtonGroup, Button, PushButton } from '../../../src';
import { Button, ButtonGroup, PushButton } from '../../../src';
import { API } from '../../api-table';
import { CodeExample } from '../../code-example';
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.js
Original file line number Diff line number Diff line change
Expand Up @@ -53319,8 +53319,8 @@ function onChange (e) {
console.warn(`<ButtonGroup> was created with unknown prop '${key}'`);
});
$$self2.$capture_state = () => ({
ButtonGroup: ButtonGroup_default,
Button: Button_default,
ButtonGroup: ButtonGroup_default,
PushButton: PushButton_default,
API: ApiTable_default,
CodeExample: CodeExample_default,
Expand Down
Loading

0 comments on commit c0e2bcb

Please sign in to comment.