From 80597cd3fdf149cef87db55f03a3cc0bfd723a7a Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 29 May 2025 11:58:40 -0400 Subject: type error fix --- js/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'js/src/index.ts') diff --git a/js/src/index.ts b/js/src/index.ts index ddea15e91..1f6c7ae26 100644 --- a/js/src/index.ts +++ b/js/src/index.ts @@ -1,5 +1,5 @@ import "zod-openapi/extend"; -import { App } from "./app"; +import { App } from "./app/app"; import { Server } from "./server/server"; import fs from "fs/promises"; import path from "path"; -- cgit v1.2.3