Skip to content

Commit d4fd3a5

Browse files
authored
Merge pull request #116 from springload/chore/rename-files-2
Force change the case of 'accordion.spec.js' to 'Accordion.spec.js'
2 parents 90bf56b + 5a3fe39 commit d4fd3a5

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

src/Accordion/Accordion.wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ElementProps } from 'react';
55

66
import { Provider, Subscribe } from 'unstated';
77
import AccordionContainer from '../AccordionContainer/AccordionContainer';
8-
import Accordion from './accordion';
8+
import Accordion from './Accordion';
99

1010
type AccordionWrapperProps = ElementProps<'div'> & {
1111
accordion: boolean,

0 commit comments

Comments
 (0)