Removed routerPath
This commit is contained in:
parent
7bc942ae16
commit
f06c007bec
@ -2,4 +2,3 @@ export * from './listable';
|
||||
export * from './entity.model';
|
||||
export * from './table-column-config.model';
|
||||
export * from './listing-modes';
|
||||
export * from './routerPath';
|
||||
|
||||
@ -1,5 +0,0 @@
|
||||
import { ITrackable } from './trackable';
|
||||
|
||||
export interface IRouterPath extends ITrackable {
|
||||
readonly routerPath: string;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user