Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Patrik Meijer
react-components
Commits
1a6fb44c
Commit
1a6fb44c
authored
Nov 08, 2018
by
Tamas Kecskes
Browse files
Fixes AttributeItem export.
parent
8c08a6d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
demo/demoApp.jsx
View file @
1a6fb44c
...
...
@@ -58,7 +58,6 @@ class demoApp extends Component {
];
return
(
<
Provider
store
=
{
store
}
>
<
div
>
{
DEMOS
.
map
((
info
)
=>
{
return
(
...
...
@@ -72,8 +71,7 @@ class demoApp extends Component {
</
ExpansionPanel
>
)
})
}
</
div
>
</
Provider
>);
</
div
>);
};
};
...
...
src/components/AttributeItem/index.js
View file @
1a6fb44c
export
{
default
}
from
'
./AttributeItem
'
;
\ No newline at end of file
export
{
default
,
AttributeTypes
}
from
'
./AttributeItem
'
;
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment