Skip to content

Commit

Permalink
refactor: drop action bar module (#7841)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Jun 19, 2024
1 parent 0fe169f commit b20f04f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
10 changes: 0 additions & 10 deletions projects/kit/components/action-bar/action-bar.module.ts

This file was deleted.

4 changes: 4 additions & 0 deletions projects/kit/components/action-bar/action-bar.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import {TuiActionBarComponent} from './action-bar.component';
import {TuiActionBarDirective} from './action-bar.directive';

export const TuiActionBar = [TuiActionBarComponent, TuiActionBarDirective] as const;
2 changes: 1 addition & 1 deletion projects/kit/components/action-bar/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export * from './action-bar';
export * from './action-bar.component';
export * from './action-bar.directive';
export * from './action-bar.module';

0 comments on commit b20f04f

Please sign in to comment.