mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-03 16:18:49 +01:00
fix(imports): fix imports to not include .ts extension. (#201)
This commit is contained in:
parent
c29547396d
commit
348f67423b
17 changed files with 17 additions and 17 deletions
|
|
@ -1 +1 @@
|
|||
export * from './baAmChart.component.ts';
|
||||
export * from './baAmChart.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baBackTop.component.ts';
|
||||
export * from './baBackTop.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baChartistChart.component.ts';
|
||||
export * from './baChartistChart.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baContentTop.component.ts';
|
||||
export * from './baContentTop.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baFullCalendar.component.ts';
|
||||
export * from './baFullCalendar.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baMenu.component.ts';
|
||||
export * from './baMenu.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baMsgCenter.component.ts';
|
||||
export * from './baMsgCenter.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baPageTop.component.ts';
|
||||
export * from './baPageTop.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baPictureUploader.component.ts';
|
||||
export * from './baPictureUploader.component';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
export * from './baSidebar.component.ts';
|
||||
export * from './baSidebar.component';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue