/**
 * @license
 * Copyright Akveo. All Rights Reserved.
 * Licensed under the MIT License. See License.txt in the project root for license information.
 */

@import '../../components/auth-block/auth-block.component.theme';

// Create a theme
@mixin nb-auth-components() {
  @include nb-auth-block-theme();
}
