diff --git a/backend/windmill-api/src/teams_ee.rs b/backend/windmill-api/src/teams_ee.rs index 4b9ee3c0b0..e43dea9ab0 100644 --- a/backend/windmill-api/src/teams_ee.rs +++ b/backend/windmill-api/src/teams_ee.rs @@ -1,4 +1,5 @@ use http::status::StatusCode; +use axum::Router; use windmill_common::error::Error; pub async fn edit_teams_command() -> Result {