@krowdy/kds-auth
Version:
React components that implement Google's Material Design.
9 lines • 362 B
JavaScript
/** @license Krowdy-UI v0.0.87
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
export * from './utils';
export { default as LoginSinglePage } from './LoginSinglePage';
export { default as OnetapAuth } from './OnetapAuth';
export { default as AuthContext } from './AuthContext';