Skip to content

Commit

Permalink
documentation(PF4 - alt form example): remove the alt form example (#949
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jschuler authored and tlabaj committed Nov 26, 2018
1 parent 94c4049 commit 2cc0ab9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 92 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import Simple from './examples/SimpleForm';
import Horizontal from './examples/HorizontalForm';
import Various from './examples/VariousLabelsForm';
import Alternative from './examples/AlternativeForm';
import Invalid from './examples/InvalidForm';
import { Form, FormGroup, ActionGroup } from '@patternfly/react-core';

Expand All @@ -15,7 +14,6 @@ export default {
examples: [
{ component: Simple, title: 'Simple Form' },
{ component: Horizontal, title: 'Horizontal form' },
{ component: Alternative, title: 'Alternative Form' },
{ component: Invalid, title: 'Invalid form' },
{
component: Various,
Expand Down

This file was deleted.

0 comments on commit 2cc0ab9

Please sign in to comment.