Skip to content

Commit b8132f6

Browse files
committed
move function to helpers
1 parent e866f52 commit b8132f6

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/helpers/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
export * from './getXyoGateway.ts'

src/hooks/useDefaultGateway.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { XyoGatewayProvider } from '@xyo-network/xl1-protocol'
22
import { useSyncExternalStore } from 'react'
33

4-
import { getXyoGateway } from '../getXyoGateway.ts'
4+
import { getXyoGateway } from '../helpers/index.ts'
55

66
interface GatewayState {
77
gateway?: XyoGatewayProvider

0 commit comments

Comments
 (0)