mirror of
https://github.com/a-nyx/maputnik-with-pmtiles.git
synced 2024-11-10 17:27:45 +01:00
Fixed duplicate definition.
This commit is contained in:
parent
b8f32d46cf
commit
78d71a4e7e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import Collapse from 'react-collapse'
|
|||
import accessibility from '../../libs/accessibility'
|
||||
|
||||
|
||||
export default class Collapse extends React.Component {
|
||||
export default class CollapseAlt extends React.Component {
|
||||
static propTypes = {
|
||||
isActive: PropTypes.bool.isRequired,
|
||||
children: PropTypes.element.isRequired
|
||||
|
|
Loading…
Reference in a new issue