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:
2026-05-19 23:47:09 +00:00
parent bda28b3cef
commit 7920a6db96
+1 -1
View File
@@ -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() {