diff options
Diffstat (limited to 'engine/config/index.ts')
-rw-r--r-- | engine/config/index.ts | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/config/index.ts b/engine/config/index.ts index 7a1052a..03b2246 100644 --- a/engine/config/index.ts +++ b/engine/config/index.ts @@ -1,3 +1,3 @@ -export * from "./constants"; -export * from "./assets.ts"; -export * from "./sprites.ts"; +export * from './constants'; +export * from './assets.ts'; +export * from './sprites.ts'; |