Skip to content
This repository was archived by the owner on Jan 9, 2020. It is now read-only.

Commit be1eb12

Browse files
committed
fix: export StepProviderMixin
1 parent a8a1f21 commit be1eb12

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/step.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
import { Service } from 'kronos-service';
22
import { makeLogEvent } from 'loglevel-mixin';
3+
import { StepProviderMixin } from './step-provider-mixin';
4+
5+
export { StepProviderMixin };
36

47
export class Step extends Service {
58
static get name() {

0 commit comments

Comments
 (0)