Skip to content

Commit

Permalink
fix(examples): remove obsolete import [zig]
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Aug 26, 2023
1 parent 3f686d0 commit fccdae4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/zig-todo-list/zig/main.zig
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const std = @import("std");
const wasm = @import("wasm-api");
const dom = @import("wasm-api-dom");
const timer = @import("timer");
const todo = @import("api.zig");
const State = @import("state.zig");

Expand Down

0 comments on commit fccdae4

Please sign in to comment.