}
+```
+
+The `PageTabs` import becomes unused — remove it from the import list at the top of the file.
+
+- [ ] **Step 5: Insert `` after the flight legs**
+
+In the main return, find the closing tag after the flying-time div (after `` + the flying-time div, just before closing `` of `.flight-details`):
+
+```tsx
+ {/* Flying time */}
+
+ Total flying time: {displayFlight.flyingTime}
+
+
+```
+
+Insert `` after the flying-time div (before the `` closing `.flight-details`):
+
+```tsx
+ {/* Flying time */}
+