Minor hotkeys nit (#10184)

This commit is contained in:
Samuel Newman
2026-04-06 07:48:45 -07:00
committed by GitHub
parent 165dd5a779
commit 3685439ffb
2 changed files with 2 additions and 5 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
import React from 'react'
export function Provider({children}: React.PropsWithChildren<unknown>) {
return <>{children}</>
export function Provider({children}: {children: React.ReactNode}) {
return children
}
export function useHotkeysContext() {
-1
View File
@@ -1,4 +1,3 @@
import React from 'react'
import {useLingui} from '@lingui/react/macro'
import {
HotkeysProvider,