Update vitejs + fix bot saving

This commit is contained in:
2025-05-11 20:23:06 +07:00
parent 65c4ec4957
commit 84e09b32a2
20 changed files with 220 additions and 238 deletions

View File

@@ -1,4 +1,4 @@
using Managing.Application.Bots;
using Managing.Domain.Bots;
using Managing.Domain.Users;
using MediatR;
@@ -17,4 +17,4 @@ namespace Managing.Application.ManageBot.Commands
User = user;
}
}
}
}