diff --git a/src/index.ts b/src/index.ts index 30116a8b..cd7af568 100644 --- a/src/index.ts +++ b/src/index.ts @@ -5,4 +5,5 @@ export * from "./Math"; export * from "./Vectors"; export * from "./Colors"; export * from "./Paths"; +export * from "./Physics"; export { default as ReText } from "./ReText";