aboutsummaryrefslogtreecommitdiff
path: root/src/string_builder.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/string_builder.zig')
-rw-r--r--src/string_builder.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/string_builder.zig b/src/string_builder.zig
index 1dcf7b494..abed901dd 100644
--- a/src/string_builder.zig
+++ b/src/string_builder.zig
@@ -1,6 +1,6 @@
const std = @import("std");
const Allocator = std.mem.Allocator;
-const bun = @import("bun");
+const bun = @import("root").bun;
const Environment = bun.Environment;
const string = @import("string_types.zig").string;
const StringBuilder = @This();