From 25f4f69706b705b1bc9ef23e8c2c02c5d0dbd23b Mon Sep 17 00:00:00 2001 From: Chi Kei Chan Date: Tue, 3 Oct 2017 15:03:19 -0700 Subject: Fix capitialization --- mascara/src/app/first-time/loading-screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mascara') diff --git a/mascara/src/app/first-time/loading-screen.js b/mascara/src/app/first-time/loading-screen.js index b90465e09..732b7f2d7 100644 --- a/mascara/src/app/first-time/loading-screen.js +++ b/mascara/src/app/first-time/loading-screen.js @@ -1,5 +1,5 @@ import React, {Component, PropTypes} from 'react' -import Spinner from './Spinner' +import Spinner from './spinner' export default function LoadingScreen({ className = '', loadingMessage }) { return ( -- cgit