accounts-frontend/src/components/auth/OAuthInit.jsx

10 lines
181 B
React
Raw Normal View History

2016-03-02 02:06:14 +05:30
import React, { Component } from 'react';
2016-02-23 11:27:16 +05:30
2016-03-02 02:06:14 +05:30
export default class OAuthInit extends Component {
2016-02-23 11:27:16 +05:30
static displayName = 'OAuthInit';
render() {
return <span />;
}
}