Skip to content

Commit c08580c

Browse files
committed
fix typedoc
1 parent 92ce0d1 commit c08580c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HelloWorld.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* To run this example simply run `node HelloWorld.js` from command line.
1414
*/
1515

16-
import { Box, World } from "planck";
16+
import { Box, World } from "./src";
1717

1818
// Define the gravity vector.
1919
var gravity = { x: 0.0, y: -10.0 };

0 commit comments

Comments
 (0)