Skip to content

Commit b8d4be0

Browse files
committed
style: lint
1 parent ea9ffbe commit b8d4be0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/evolution/src/blueprint/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
* @category blueprint
66
*/
77

8-
export * from "./types.js"
98
export * from "./codegen.js"
109
export * from "./codegen-config.js"
10+
export * from "./types.js"

packages/evolution/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
export * as Blueprint from "./blueprint/index.js"
12
export * as Core from "./core/index.js"
23
export * as Address from "./sdk/Address.js"
34
export * as AddressDetails from "./sdk/AddressDetails.js"
4-
export * as Blueprint from "./blueprint/index.js"
55
export * from "./sdk/client/Client.js"
66
export { createClient } from "./sdk/client/ClientImpl.js"
77
export { runEffect } from "./utils/effect-runtime.js"

0 commit comments

Comments
 (0)