Skip to content

Commit

Permalink
Update demo/components/presentational/EthereumQuestion.js
Browse files Browse the repository at this point in the history
Co-Authored-By: marcelomorgado <cmarcelom@gmail.com>
  • Loading branch information
pcowgill and marcelomorgado committed Dec 19, 2018
1 parent 4ec934a commit 1170dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/components/presentational/EthereumQuestion.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Button, StyleSheet, View } from "react-native";
import LargeText from "./LargeText";
import Colors from "../../constants/Colors";
import Colors from "@constants/Colors";

export default function EthereumQuestion(props) {
return (
Expand Down

0 comments on commit 1170dc4

Please sign in to comment.