Skip to content

Commit

Permalink
rm unnecessary components from react-native
Browse files Browse the repository at this point in the history
  • Loading branch information
HanYoungsoo committed Jun 20, 2018
1 parent e5bd115 commit 343adb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FrameLoading.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react"
import { View, Modal, StyleSheet, Image, Text } from "react-native"
import { View, Modal } from "react-native"
import { PropTypes } from "prop-types"

export default class FrameLoading extends React.Component {
Expand Down

0 comments on commit 343adb3

Please sign in to comment.