aboutsummaryrefslogtreecommitdiff
path: root/src/bundler/entry_points.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/bundler/entry_points.zig')
-rw-r--r--src/bundler/entry_points.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bundler/entry_points.zig b/src/bundler/entry_points.zig
index 99ccb1372..9b52596f5 100644
--- a/src/bundler/entry_points.zig
+++ b/src/bundler/entry_points.zig
@@ -3,7 +3,7 @@ const std = @import("std");
const bun = @import("bun");
const string = bun.string;
const Fs = @import("../fs.zig");
-const js_ast = @import("../js_ast.zig");
+const js_ast = bun.JSAst;
const Bundler = bun.Bundler;
const strings = bun.strings;
pub const FallbackEntryPoint = struct {