aboutsummaryrefslogtreecommitdiffstats
path: root/mascara/src/app/first-time/create-password-screen.js
blob: afb1ad8f6fa129ef035ee3e7d983270a5eedb918 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
import React, {Component, PropTypes} from 'react'

export default class CreatePasswordScreen extends Component {

  render() {
    return (
      <div>

      </div>
    )
  }

}