mirror of
https://gitlab.com/wheres-the-tp/ui-mobile.git
synced 2026-01-25 07:54:57 -06:00
fix some lint errors
This commit is contained in:
parent
c4ebb3a628
commit
deecd02152
1 changed files with 1 additions and 2 deletions
|
|
@ -1,8 +1,7 @@
|
|||
// @flow
|
||||
import React, { Component } from 'react';
|
||||
import { View } from 'react-native';
|
||||
import Modal, { TextInputHeader, TextButton } from '../components/Modal';
|
||||
import { Divider } from 'react-native-material-ui';
|
||||
import Modal, { TextInputHeader } from '../components/Modal';
|
||||
import { type Place } from '../records/PlaceRecord';
|
||||
|
||||
class PlaceModal extends Component {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue