(feat) refactor components to create bots

This commit is contained in:
cardosofede
2024-05-16 12:47:19 -04:00
parent 41ab88cbb7
commit 3898ed6d79
4 changed files with 3 additions and 50 deletions

View File

@@ -2,7 +2,7 @@ from docker_manager import DockerManager
from streamlit_elements import mui
from frontend.components.dashboard import Dashboard
from utils import os_utils
from backend.utils import os_utils
class ExitedBotCard(Dashboard.Item):