Skip to content

Commit

Permalink
refactor(src): remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
meszaros-lajos-gyorgy committed Sep 20, 2023
1 parent 8edf2a2 commit a32c362
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/Entity.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import path from 'node:path'
import { ArxInteractiveObject } from 'arx-convert/types'
import { Expand, Optional } from 'arx-convert/utils'
import { Expand } from 'arx-convert/utils'
import { Audio } from '@src/Audio.js'
import { EntityModel } from '@src/EntityModel.js'
import { Rotation } from '@src/Rotation.js'
Expand Down
1 change: 0 additions & 1 deletion src/Manifest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import fs from 'node:fs'
import path from 'node:path'
import { ArxMap } from '@src/ArxMap.js'
import { MetaData, generateMetadata } from '@src/MetaData.js'
import { Settings } from '@src/Settings.js'
import { fileExists } from '@src/helpers.js'
Expand Down

0 comments on commit a32c362

Please sign in to comment.