//
// Copyright 2025 Sandlada & Kai Orion
// SPDX-License-Identifier: MIT
//

@use './bottom-app-bar';

@layer mdc-bottom-app-bar {
    .bottom-app-bar {
        @include bottom-app-bar.styles();
    }
}
