chore: fix import order, map contributor email
- perfectionist/sort-imports in store/wake-word.ts - contributors/emails mapping for drew@kainotomic.com -> appletechie
This commit is contained in:
parent
dfc1cbebbd
commit
7c33b806a1
|
|
@ -1,10 +1,10 @@
|
|||
import { atom } from 'nanostores'
|
||||
|
||||
import { $gateway } from '@/store/gateway'
|
||||
import {
|
||||
startClientWakeCapture,
|
||||
type ClientWakeCaptureHandle
|
||||
type ClientWakeCaptureHandle,
|
||||
startClientWakeCapture
|
||||
} from '@/lib/wake-client-capture'
|
||||
import { $gateway } from '@/store/gateway'
|
||||
|
||||
// "Hey Hermes" wake-word listener state for the composer toggle. The gateway is
|
||||
// the single source of truth (the listener lives in the backend and is shared
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
appletechie
|
||||
# PR #75298 salvage (#79491)
|
||||
Loading…
Reference in New Issue