diff --git a/example/examples/src/routes/Empty/index.tsx b/example/examples/src/routes/Empty/index.tsx index 78a8e71ff..faff453c1 100644 --- a/example/examples/src/routes/Empty/index.tsx +++ b/example/examples/src/routes/Empty/index.tsx @@ -31,35 +31,33 @@ const xml = ` export interface DividerViewProps extends ComProps {} -export default class DividerView extends React.Component { - render() { - const {route} = this.props; - const description = route.params.description; - const title = route.params.title; - return ( - - -
- - - - - - - - - - - - - - - - - -