mirror of
https://github.com/bitwarden/browser
synced 2026-01-02 16:43:19 +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
172 B
TypeScript
8 lines
172 B
TypeScript
import { Component } from "@angular/core";
|
|
|
|
@Component({
|
|
selector: "app-logo-forbes",
|
|
templateUrl: "logo-forbes.component.html",
|
|
})
|
|
export class LogoForbesComponent {}
|