Skip to content

Commit 28e89d6

Browse files
authored
Merge branch 'main' into migrate-async-await
2 parents 13b2737 + cbe0411 commit 28e89d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// :copyright: Copyright (c) 2016 ftrack
22

3-
export * from "./session";
4-
53
export * from "./event";
64
export * from "./event_hub";
5+
export * from "./session";
6+
export * from "./types";
77

88
export * as error from "./error";
99
export * as operation from "./operation";

0 commit comments

Comments
 (0)