diff --git a/example/examples/src/routes/DatePicker/index.tsx b/example/examples/src/routes/DatePicker/index.tsx index de1b565d9..471547ab3 100644 --- a/example/examples/src/routes/DatePicker/index.tsx +++ b/example/examples/src/routes/DatePicker/index.tsx @@ -1,6 +1,6 @@ import React from 'react'; -import {View, Text} from 'react-native'; -import {DatePicker, Button} from '@uiw/react-native'; +import {View} from 'react-native'; +import {DatePicker, Button, Text} from '@uiw/react-native'; import {ComProps} from '../../routes'; import Layout, {Container} from '../../Layout'; const {Header, Body, Footer, Card} = Layout; @@ -25,7 +25,7 @@ export default class BadgeView extends React.Component { - {this.state.formatDate} + {this.state.formatDate} {
- +