diff options
Diffstat (limited to 'engine/utils/index.ts')
-rw-r--r-- | engine/utils/index.ts | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/utils/index.ts b/engine/utils/index.ts index b70734f..65446d1 100644 --- a/engine/utils/index.ts +++ b/engine/utils/index.ts @@ -1,4 +1,4 @@ -export * from "./rotateVector"; -export * from "./dotProduct"; -export * from "./clamp"; -export * from "./coding"; +export * from './rotateVector'; +export * from './dotProduct'; +export * from './clamp'; +export * from './coding'; |