Skip to content

Commit 752a649

Browse files
committed
Small cleanup
1 parent 1db910b commit 752a649

File tree

1 file changed

+2
-2
lines changed
  • src/app/lambdaFunctions/authenticatedWeb

1 file changed

+2
-2
lines changed

src/app/lambdaFunctions/authenticatedWeb/lambda.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ import { gitHubActivityRoute } from '../../web/fragments/gitHubActivity'
2020
import { workflowHeadingRoute } from '../../web/fragments/workflowHeading'
2121

2222
const router = createRouter([
23-
showHelloRoute,
2423
repoHeadingRoute,
24+
workflowHeadingRoute,
2525
actionsStatusRoute,
2626
gitHubActivityRoute,
27-
workflowHeadingRoute
27+
showHelloRoute
2828
])
2929

3030
let appState: AppState

0 commit comments

Comments
 (0)