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:
Brooklyn Nicholson 2026-08-05 10:12:31 -06:00
parent dfc1cbebbd
commit 7c33b806a1
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -0,0 +1,2 @@
appletechie
# PR #75298 salvage (#79491)