This is the codeAbility Sharing Platform! Learn more about the codeAbility Sharing Platform.

Skip to content
Snippets Groups Projects
Commit d65a6f1c authored by Daniel Rainer's avatar Daniel Rainer
Browse files

Delete unused routing file

parent bf4b9448
2 merge requests!17Initial Merge to Prepare Release 1.0.0,!1Resolve "Metadaten konsolideren"
import { Route } from '@angular/router';
import {SearchComponent} from "app/search/search.component";
export const SEARCH_ROUTE: Route = {
path: '',
component: SearchComponent,
data: {
authorities: [],
pageTitle: 'search.tabTitle',
},
};
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment