Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zardoy committed May 5, 2024
1 parent af6d424 commit ddd96a7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/react/ServersListProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { ConnectOptions } from '../connect'
import { hideCurrentModal, miscUiState, showModal } from '../globalState'
import ServersList from './ServersList'
import AddServer from './AddServer'
import { useDidUpdateEffect, useIsModalActive } from './utils'
import { useDidUpdateEffect } from './utils'
import { useIsModalActive } from './utilsApp'

interface StoreServerItem {
ip: string,
Expand Down
2 changes: 1 addition & 1 deletion src/react/npmReactEntrypoint.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './npmReactComponents'
// export * from './npmReactComponents'

0 comments on commit ddd96a7

Please sign in to comment.