(feat) refactor editors and inputs

This commit is contained in:
cardosofede
2024-05-16 12:47:51 -04:00
parent 66191ee670
commit 6ad575b794
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ from functools import partial
import streamlit as st
from streamlit_elements import mui, editor, sync, lazy, event
from utils.os_utils import save_file
from backend.utils.os_utils import save_file
from .dashboard import Dashboard