Skip to content

Commit 35ba339

Browse files
authored
chore: run linter
1 parent 76c8b4e commit 35ba339

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/index.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
import { default as Wizard } from './wizard';
2-
import { default as useWizard } from './useWizard';
3-
41
// Type re-export workaround, to stay compatible with TS 3.7 and lower
52
import {
3+
Handler as _Handler,
64
WizardProps as _WizardProps,
75
WizardValues as _WizardValues,
8-
Handler as _Handler,
96
} from './types';
7+
import { default as useWizard } from './useWizard';
8+
import { default as Wizard } from './wizard';
109

1110
export type WizardProps = _WizardProps;
1211
export type WizardValues = _WizardValues;

0 commit comments

Comments
 (0)