Skip to content

Commit

Permalink
refactor: move folder to molecules
Browse files Browse the repository at this point in the history
  • Loading branch information
ac-fbelgine committed Oct 16, 2024
1 parent 14dd8a5 commit 8b42948
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components'
import { Flex, Icon, StyledText, COLORS, BORDERS } from '@opentrons/components'

interface AccordionProps {
id: string
id?: string
handleClick: () => void
heading: string
isOpen?: boolean
Expand Down

0 comments on commit 8b42948

Please sign in to comment.