Skip to content

Commit

Permalink
fix typedoc
Browse files Browse the repository at this point in the history
  • Loading branch information
shakiba committed Dec 15, 2024
1 parent 92ce0d1 commit c08580c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HelloWorld.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down

0 comments on commit c08580c

Please sign in to comment.