bitwarden-estensione-browser/src/app/organizations/settings/image-subscription-hidden.c...

9 lines
283 B
TypeScript

import { Component } from "@angular/core";
// Component is used so that the SVG can embed CSS color variables
@Component({
selector: "app-image-org-subscription-hidden",
templateUrl: "image-subscription-hidden.component.svg",
})
export class ImageSubscriptionHiddenComponent {}