Skip to content

Commit

Permalink
add to CL barrel file
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-livefront committed Jan 10, 2025
1 parent d64cfb6 commit bcdb953
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions libs/angular/src/directives/copy-click.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ import { Directive, HostListener, Input } from "@angular/core";

import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service";
import { PlatformUtilsService } from "@bitwarden/common/platform/abstractions/platform-utils.service";
import { ToastService } from "@bitwarden/components";
import { ToastVariant } from "@bitwarden/components/src/toast/toast.component";
import { ToastService, ToastVariant } from "@bitwarden/components";

@Directive({
selector: "[appCopyClick]",
Expand Down
1 change: 1 addition & 0 deletions libs/components/src/toast/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./toast.module";
export * from "./toast.service";
export type { ToastVariant } from "./toast.component";

0 comments on commit bcdb953

Please sign in to comment.