mirror of
https://github.com/bitwarden/browser
synced 2026-03-01 11:01:17 +00:00
* Moved has-premium.guard under billing * Moved free-trial.ts to billing * Moved premium directives to billing * Moved families-policy.service.ts to billing * Moved trial initiation from auth to billing
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "app-teams-content",
|
|
templateUrl: "teams-content.component.html",
|
|
})
|
|
export class TeamsContentComponent {}
|