mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
Remove unused inner component
This commit is contained in:
parent
d07fd9f63d
commit
e4a1e64b52
1 changed files with 0 additions and 9 deletions
|
|
@ -61,15 +61,6 @@ const stepsActive = listing => {
|
|||
};
|
||||
};
|
||||
|
||||
// TODO remove TestPanel when different wizard forms are available
|
||||
const TestPanel = props => {
|
||||
return <div>{props.children}</div>;
|
||||
};
|
||||
|
||||
TestPanel.propTypes = {
|
||||
children: PropTypes.node.isRequired,
|
||||
};
|
||||
|
||||
// Create a new or edit listing through EditListingWizard
|
||||
const EditListingWizard = props => {
|
||||
const {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue