Swap content

This commit is contained in:
Eden Kirin
2024-04-06 16:46:24 +02:00
parent ae2612cfd6
commit f2dc83caab
9 changed files with 93 additions and 19 deletions

View File

@ -2,5 +2,5 @@ from .complex_form import ComplexFormView
from .filter_list import FilterListView
from .form_validation import FormValidationView
from .home import HomeView
from .swap_content import SwapContentView
from .swap import SwapView
from .table_inline_edit import TableInlineEditView