Skip to content

Commit

Permalink
refactor: Module UI
Browse files Browse the repository at this point in the history
  • Loading branch information
yosvelquintero committed Jun 19, 2024
1 parent cd100b1 commit 23c5dd6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 19 deletions.
1 change: 0 additions & 1 deletion packages/modules/ui/src/lib/components/organisms/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ export * from './header/header-navigation-item.component';
export * from './header/header-navigation.component';
export * from './header/header-toolbar.component';
export * from './header/header.component';
export * from './invoice/invoice-view.component';
export * from './flex-grid/flex-grid.directive';
export * from './meta/meta.component';
export * from './order/order-view.component';
Expand Down

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions packages/modules/ui/src/lib/modules-ui.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ import {
RcCrudEditComponent,
RcOrderViewComponent,
RcProductViewComponent,
RcInvoiceViewComponent,
} from './components/organisms';
import {
RcPageConfirmPasswordComponent,
Expand Down Expand Up @@ -198,7 +197,6 @@ const organisms = [
RcCrudEditComponent,
RcOrderViewComponent,
RcProductViewComponent,
RcInvoiceViewComponent,
];

const pages = [
Expand Down

0 comments on commit 23c5dd6

Please sign in to comment.