Remove unused variables

This commit is contained in:
49lf
2024-05-28 10:06:27 -04:00
parent 3ab33e3810
commit c0bed02d72
2 changed files with 0 additions and 3 deletions

View File

@ -25,8 +25,6 @@ import { PROJECT_ENTRYPOINT } from 'lib/constants'
import { useNetworkContext } from 'hooks/useNetworkContext'
import { NetworkHealthState } from 'hooks/useNetworkStatus'
const DEFAULT_FILE_NAME: string = 'main.kcl'
function getWorkspaceFolders(): LSP.WorkspaceFolder[] {
return []
}

View File

@ -82,7 +82,6 @@ export const NetworkHealthIndicator = () => {
error,
setHasCopied,
hasCopied,
pingPongHealth,
} = useNetworkContext()
return (