Skip to content

Commit 069b7c5

Browse files
fixed
1 parent 94caf9e commit 069b7c5

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

src/Sandboxes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
vmShutdown,
88
vmStart,
99
} from "./api-clients/client";
10-
import { Sandbox } from "./Sandbo";
10+
import { Sandbox } from "./Sandbox";
1111
import {
1212
getDefaultTemplateId,
1313
getStartOptions,

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export { Sandboxes as SandboxClient };
55

66
export { VMTier } from "./VMTier";
77

8-
export * from "./Sandbo";
8+
export * from "./Sandbox";
99
export * from "./types";
1010

1111
import { HostTokens } from "./Hosts";

0 commit comments

Comments
 (0)