Skip to content

Commit 8dfa85c

Browse files
committed
fix charlie mistake
1 parent 4f105f7 commit 8dfa85c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/pages/ACARS.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ import { createFlightsSocket } from '../sockets/flightsSocket';
88
import { createOverviewSocket } from '../sockets/overviewSocket';
99
import { useData } from '../hooks/data/useData';
1010
import { useAuth } from '../hooks/auth/useAuth';
11+
import { useSettings } from '../hooks/settings/useSettings';
12+
import { linearToLogVolume, playAudioWithGain } from '../utils/playSound';
1113
import { parseCallsign, getAirportName } from '../utils/callsignParser';
1214
import type { Flight } from '../types/flight';
1315
import type { OverviewSession } from '../sockets/overviewSocket';

0 commit comments

Comments
 (0)