This commit is contained in:
Felix Ableitner 2024-03-06 16:52:11 +01:00
parent f7c5d0d28c
commit d3a6931a1b
1 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,7 @@
use std::fs::create_dir_all; use std::{
use std::fs::File; fs::{create_dir_all, File},
use std::io::Result; io::Result,
};
/// Create placeholders for wasm files so that `cargo check` etc work without explicitly building /// Create placeholders for wasm files so that `cargo check` etc work without explicitly building
/// frontend. /// frontend.