Skip to content

Commit

Permalink
Small cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebroberts committed Jul 8, 2024
1 parent 1db910b commit 752a649
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/lambdaFunctions/authenticatedWeb/lambda.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ import { gitHubActivityRoute } from '../../web/fragments/gitHubActivity'
import { workflowHeadingRoute } from '../../web/fragments/workflowHeading'

const router = createRouter([
showHelloRoute,
repoHeadingRoute,
workflowHeadingRoute,
actionsStatusRoute,
gitHubActivityRoute,
workflowHeadingRoute
showHelloRoute
])

let appState: AppState
Expand Down

0 comments on commit 752a649

Please sign in to comment.