Skip to content

Commit

Permalink
chore(drawer): rename drawer-animation file
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbin committed Dec 5, 2024
1 parent 9e92101 commit 26beb8c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/extensions/drawer/drawer-container.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
ViewChild,
ViewEncapsulation,
} from '@angular/core';
import { mtxDrawerAnimations } from './drawer-animation';
import { mtxDrawerAnimations } from './drawer-animations';
import { MtxDrawerConfig } from './drawer-config';

/**
Expand Down
2 changes: 1 addition & 1 deletion projects/extensions/drawer/public-api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ export * from './drawer-module';
export * from './drawer';
export * from './drawer-config';
export * from './drawer-container';
export * from './drawer-animation';
export * from './drawer-animations';
export * from './drawer-ref';

0 comments on commit 26beb8c

Please sign in to comment.