From c08580cd36402b097bfa0d39577ab5bee21db6c0 Mon Sep 17 00:00:00 2001 From: Ali Shakiba Date: Sun, 15 Dec 2024 14:41:31 +0330 Subject: [PATCH] fix typedoc --- HelloWorld.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HelloWorld.ts b/HelloWorld.ts index 420a3112..e74f1b04 100644 --- a/HelloWorld.ts +++ b/HelloWorld.ts @@ -13,7 +13,7 @@ * To run this example simply run `node HelloWorld.js` from command line. */ -import { Box, World } from "planck"; +import { Box, World } from "./src"; // Define the gravity vector. var gravity = { x: 0.0, y: -10.0 };