Skip to content

Commit

Permalink
Update NetworkInfo.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous authored Oct 13, 2023
1 parent 1002a4c commit 0b5f5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/NetworkInfo/NetworkInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, { useEffect, useState } from 'react'
import './NetworkInfo.scss'
import { getAdminWs, getAppWs } from '../../hcWebsockets'
import { getAdminWs } from '../../hcWebsockets'
import ReactJsonView from 'react-json-view'
import { VersionInfo } from '../../hooks/useVersionChecker'

Expand Down

0 comments on commit 0b5f5f0

Please sign in to comment.