from pathlib import Path
def test_ui_files_exist():
assert Path("webui/src/App.jsx").exists()
assert Path("webui/src/sampleData.js").exists()