2023-11-10 18:52:13 +01:00

8 lines
208 B
Python

"""Test for the Home Page."""
from aki_prj23_transparenzregister.ui.pages import home
def test_import() -> None:
"""Checks if an import co company_stats_dash can be made."""
assert home is not None