We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f105f7 commit 8dfa85cCopy full SHA for 8dfa85c
1 file changed
src/pages/ACARS.tsx
@@ -8,6 +8,8 @@ import { createFlightsSocket } from '../sockets/flightsSocket';
8
import { createOverviewSocket } from '../sockets/overviewSocket';
9
import { useData } from '../hooks/data/useData';
10
import { useAuth } from '../hooks/auth/useAuth';
11
+import { useSettings } from '../hooks/settings/useSettings';
12
+import { linearToLogVolume, playAudioWithGain } from '../utils/playSound';
13
import { parseCallsign, getAirportName } from '../utils/callsignParser';
14
import type { Flight } from '../types/flight';
15
import type { OverviewSession } from '../sockets/overviewSocket';
0 commit comments