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 (