Fixed unresolved import in pixels frontend

This commit is contained in:
transistor 2023-04-30 23:05:58 -07:00
parent 7030924188
commit d6d88e5b3b
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fn main() {
#[cfg(target_arch = "wasm32")]
mod web {
use wasm_bindgen::prelude::*;
use moa_genesis::utils;
use moa_systems_genesis::utils;
use moa_pixels::LoadSystemFnHandle;
use super::load_system;