```
**Step 2: Verify**
```bash
cd /media/p5/8-cut/client
pnpm tauri dev
```
Expected: Window opens with sidebar file browser, player area, timeline, transport bar, and export panel. Selecting a file triggers mpv load + stream.
**Step 3: Commit**
```bash
git add client/src/App.svelte
git commit -m "feat: wire up main app layout with all components"
```
---
### Task 13: Keyboard shortcuts
**Files:**
- Modify: `client/src/App.svelte`
**Step 1: Add global keydown handler**
Add to the `