remove unused location type
This commit is contained in:
@@ -9,7 +9,6 @@ export type {
|
||||
Query,
|
||||
} from 'router-slot/model';
|
||||
export * from 'router-slot/util';
|
||||
export * from './route-location.interface';
|
||||
export * from './route.context';
|
||||
export * from './route.interface';
|
||||
export * from './generate-route-path-builder.function';
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
export interface UmbRouteLocation {
|
||||
name?: string;
|
||||
params: {
|
||||
[key: string]: string;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user