Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
Geomitron committed Nov 22, 2023
1 parent 18e9b6e commit a38f98c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/healthy-hairs-juggle.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"scan-chart": patch
---

Fix import
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import { scanChart } from './chart'
import { scanImage } from './image'
import { defaultMetadata, scanIni } from './ini'
import { Chart, EventType, ScanChartsConfig, ScannedChart } from './interfaces'
import { appearsToBeChartFolder, hasSngExtension, RequireMatchingProps, Subset } from './utils'
import { appearsToBeChartFolder, getExtension, hasSngExtension, RequireMatchingProps, Subset } from './utils'
import { scanVideo } from './video'

export * from './interfaces'
Expand Down

0 comments on commit a38f98c

Please sign in to comment.