Skip to content

Commit

Permalink
fix(docs): use name export for Button
Browse files Browse the repository at this point in the history
  • Loading branch information
francinelucca committed Jul 11, 2023
1 parent a72388e commit 197e18f
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 197e18f

Please sign in to comment.