Skip to content

Commit

Permalink
Fixed up remaining issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Sep 25, 2023
1 parent d81a0c2 commit 667f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/scenes/appScenes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const appScenes: Record<Scene, () => any> = {
[Scene.InviteSignup]: () => import('./authentication/InviteSignup'),
[Scene.Ingestion]: () => import('./ingestion/IngestionWizard'),
[Scene.Billing]: () => import('./billing/Billing'),
[Scene.Plugins]: () => import('./plugins/Plugins'),
[Scene.Plugins]: () => import('./plugins/AppsScene'),
[Scene.FrontendAppScene]: () => import('./apps/FrontendAppScene'),
[Scene.AppMetrics]: () => import('./apps/AppMetricsScene'),
[Scene.Login]: () => import('./authentication/Login'),
Expand Down

0 comments on commit 667f484

Please sign in to comment.