chore(example-app): import from @webnet/http/server to more clearly state intent
This commit was merged in pull request #10.
This commit is contained in:
@@ -2,7 +2,7 @@ import { use, useEffect, useRef, useState } from "react"
|
||||
import { IpnContext } from "../contexts/tsconnect"
|
||||
import { getIpnSelfNode } from "@webnet/tsconnect/redux"
|
||||
import { useIpnSelector } from "../hooks/tsconnect"
|
||||
import { type Context, type RawListener, Server } from "@webnet/http"
|
||||
import { type Context, type RawListener, Server } from "@webnet/http/server"
|
||||
import type { TCPListener } from "@webnet/tsconnect"
|
||||
|
||||
export function Http() {
|
||||
|
||||
Reference in New Issue
Block a user