From 13dfd66800a3bc9e4d13224d6abb9cabbcc59286 Mon Sep 17 00:00:00 2001 From: Naomi Carrigan Date: Fri, 4 Jul 2025 20:15:35 -0700 Subject: [PATCH] fix: file extension? --- client/src/app/app.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/app/app.config.ts b/client/src/app/app.config.ts index f036b5d..83f451c 100644 --- a/client/src/app/app.config.ts +++ b/client/src/app/app.config.ts @@ -10,7 +10,7 @@ import { provideZoneChangeDetection, } from "@angular/core"; import { provideRouter } from "@angular/router"; -import { routes } from "./app.routes"; +import { routes } from "./app.routes.js"; export const appConfig: ApplicationConfig = { providers: [