create new codeSection // add actionBar to codeSection // change routes for sources and changesets

This commit is contained in:
Eduard Heimbuch
2020-01-07 10:30:46 +01:00
parent 5405a2b3c8
commit 20c00e7222
13 changed files with 251 additions and 126 deletions

View File

@@ -9,6 +9,7 @@ type Props = {
linkName: string;
activeWhenMatch?: (route: any) => boolean;
activeOnlyWhenExact: boolean;
icon?: string;
};
/**