chore: code review comments and renaming some ids for routeRefs

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-17 20:34:46 +01:00
parent 2e3e2c2cbe
commit 7c55fae208
6 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -29,15 +29,15 @@ export const rootRouteRef = createRouteRef({
});
export const viewAuditRouteRef = createRouteRef({
id: 'audit/:id',
id: 'lighthouse-audit',
});
export const createAuditRouteRef = createRouteRef({
id: 'create-audit',
id: 'lighthouse-create-audit',
});
export const entityContentRouteRef = createRouteRef({
id: 'entity-content',
id: 'lighthouse-entity-content',
});
export const lighthousePlugin = createPlugin({