mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
[PM-142] Add environment selector to trial initiation (#5546)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import { NgModule } from "@angular/core";
|
||||
|
||||
import { SharedModule } from "../../../app/shared";
|
||||
|
||||
import { EnvironmentSelectorComponent } from "./environment-selector.component";
|
||||
|
||||
@NgModule({
|
||||
imports: [SharedModule],
|
||||
declarations: [EnvironmentSelectorComponent],
|
||||
exports: [EnvironmentSelectorComponent],
|
||||
})
|
||||
export class EnvironmentSelectorModule {}
|
||||
Reference in New Issue
Block a user