Importing issues, import from other directory

Try

const helper = @import("/helpers/helper1.zig");

to import one in src/

or

const helper = @import("/helper1.zig");

for one outside src/