this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

vxfw(App): fix vaxis import

+1 -1
+1 -1
src/vxfw/App.zig
··· 1 1 const std = @import("std"); 2 - const vaxis = @import("vaxis"); 2 + const vaxis = @import("../main.zig"); 3 3 const vxfw = @import("vxfw.zig"); 4 4 5 5 const assert = std.debug.assert;