YFDashboard / src /shared_page.py
Jon Solow
Update to filter pages and reorder
e80e35a
raw
history blame
No virus
188 Bytes
from page_selector import remove_seasonal_pages
from login_component import get_authorization_button
def common_page_config():
get_authorization_button()
remove_seasonal_pages()