Skip to content

Commit

Permalink
reverse Network type import
Browse files Browse the repository at this point in the history
  • Loading branch information
tarnas14 committed May 4, 2022
1 parent d29aeaf commit 263e9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Network } from '../../store/baseNode/types'
export type Network = 'mainnet' | 'testnet'

export interface BaseNodeProps {
startNode: () => void
Expand Down
2 changes: 1 addition & 1 deletion applications/launchpad_v2/src/store/baseNode/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type Network = 'mainnet' | 'testnet'
import type { Network } from '../../containers/BaseNodeContainer/types'

export type BaseNodeState = {
network: Network
Expand Down

0 comments on commit 263e9cb

Please sign in to comment.