Removed routerPath

This commit is contained in:
Adina Țeudan 2022-05-03 23:01:58 +03:00
parent 7bc942ae16
commit f06c007bec
2 changed files with 0 additions and 6 deletions

View File

@ -2,4 +2,3 @@ export * from './listable';
export * from './entity.model';
export * from './table-column-config.model';
export * from './listing-modes';
export * from './routerPath';

View File

@ -1,5 +0,0 @@
import { ITrackable } from './trackable';
export interface IRouterPath extends ITrackable {
readonly routerPath: string;
}