diff options
author | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
---|---|---|
committer | Elizabeth Hunt <elizabeth@simponic.xyz> | 2025-03-02 16:32:01 -0700 |
commit | d8511f4ad3bc3a326de7f7af2fb8703d5f471e36 (patch) | |
tree | aaf7a91a60eb7436f0d00883cd54ecb90d703d8e /src/engine/utils/index.ts | |
parent | 16eb0ad4d5d8b2ba915eae5190e6b0cfe8a1573c (diff) | |
download | the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.tar.gz the-abstraction-engine-d8511f4ad3bc3a326de7f7af2fb8703d5f471e36.zip |
run prettier
Diffstat (limited to 'src/engine/utils/index.ts')
-rw-r--r-- | src/engine/utils/index.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/utils/index.ts b/src/engine/utils/index.ts index ffeef7a..9293baa 100644 --- a/src/engine/utils/index.ts +++ b/src/engine/utils/index.ts @@ -3,6 +3,6 @@ export * from "./dotProduct"; export * from "./rotateVector"; export * from "./colors"; export * from "./random"; -export * from './tryWrap'; +export * from "./tryWrap"; export * from "./Modal"; -export * from "./CodeEditor";
\ No newline at end of file +export * from "./CodeEditor"; |