Skip to content
Snippets Groups Projects
Commit ace6c6cb authored by insert's avatar insert
Browse files

Fix compilation errors

parent 683f487d
No related merge requests found
Pipeline #37 passed with stage
in 10 minutes and 14 seconds
import React, { Component } from 'react';
import { ToastAndroid, Button, AsyncStorage, ScrollView, Text, View } from 'react-native';
import { styles, element_styles } from './Styles.js';
import { styles, element_styles } from './Styles';
import moment from 'moment';
import { BusStop } from './Request.js';
import { BusStop } from './Request';
export class Entry extends Component {
constructor(props) {
......
import React, { Component } from 'react';
import { ToastAndroid, Button, AsyncStorage, TextInput, ScrollView, Text, View } from 'react-native';
import { styles, element_styles } from './Styles.js';
import { styles, element_styles } from './Styles';
import { Search } from './Request.js';
import { Search } from './Request';
class SearchEntry extends Component {
constructor(props) {
......
File moved
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment