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

@use '../../components/auth-block/auth-block.component.theme' as auth-block-theme;

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