From 8366e000176d710c8ad1a8fc4824f41f183d857d Mon Sep 17 00:00:00 2001 From: tristan Date: Mon, 6 Apr 2026 13:46:47 +0200 Subject: [PATCH] fix : add missing imports in services and pages Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/pages/applications/[slug].vue | 4 ++++ frontend/pages/applications/index.vue | 3 +++ frontend/services/applications.ts | 3 +++ frontend/services/environments.ts | 2 ++ 4 files changed, 12 insertions(+) diff --git a/frontend/pages/applications/[slug].vue b/frontend/pages/applications/[slug].vue index c072251..5eba2b8 100644 --- a/frontend/pages/applications/[slug].vue +++ b/frontend/pages/applications/[slug].vue @@ -1,4 +1,8 @@