Skip to content

Commit

Permalink
fix(docs): use name export for Button (#14194)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
francinelucca and kodiakhq[bot] committed Jul 12, 2023
1 parent 443900b commit bd8136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Layout/Layout.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import React from 'react';

import { Accordion, AccordionItem } from '../Accordion';
import { Button } from '../Button';
import Button from '../Button';
import { HStack, VStack } from '../Stack';
import { TextInput } from '../TextInput';

Expand Down

0 comments on commit bd8136d

Please sign in to comment.