Skip to content

Commit

Permalink
fix(sedge): correct import config types
Browse files Browse the repository at this point in the history
  • Loading branch information
arexon committed Aug 16, 2022
1 parent 0c5d23a commit 5f0f9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sedge/src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SedgeModes } from './compiler'
import type { Config } from './config'
import type { Config } from './compiler/config'

declare global {
var sedge: {
Expand Down

0 comments on commit 5f0f9bd

Please sign in to comment.