remove shortcut exposing badge publicly for now

This commit is contained in:
Lendemor 2025-01-21 19:46:15 +01:00
parent 2dcd516e28
commit 184ef85002
2 changed files with 0 additions and 2 deletions

View File

@ -245,7 +245,6 @@ COMPONENTS_CORE_MAPPING: dict = {
"selected_files",
"upload",
],
"components.core.watermark": ["watermark"],
}
COMPONENTS_BASE_MAPPING: dict = {

View File

@ -56,7 +56,6 @@ from .components.core.upload import get_upload_dir as get_upload_dir
from .components.core.upload import get_upload_url as get_upload_url
from .components.core.upload import selected_files as selected_files
from .components.core.upload import upload as upload
from .components.core.watermark import watermark as watermark
from .components.datadisplay.code import code_block as code_block
from .components.datadisplay.dataeditor import data_editor as data_editor
from .components.datadisplay.dataeditor import data_editor_theme as data_editor_theme