mirror of
https://github.com/rojo-rbx/rojo.git
synced 2026-04-23 06:05:24 +00:00
Rename vfs -> memofs across the codebase
This commit is contained in:
@@ -21,7 +21,7 @@ pub use self::error::*;
|
||||
|
||||
use std::path::Path;
|
||||
|
||||
use vfs::Vfs;
|
||||
use memofs::Vfs;
|
||||
|
||||
use self::middleware::{SnapshotInstanceResult, SnapshotMiddleware};
|
||||
use self::{
|
||||
|
||||
Reference in New Issue
Block a user