chore(cli): Rename all internal web_ui stuff to playground

This commit is contained in:
Andrew Hlynskyi 2021-09-22 01:43:32 +03:00
parent f65bc89bc8
commit 16470bc0b1
5 changed files with 5 additions and 5 deletions

View file

@ -2,6 +2,7 @@ pub mod generate;
pub mod highlight;
pub mod logger;
pub mod parse;
pub mod playground;
pub mod query;
pub mod query_testing;
pub mod tags;
@ -9,7 +10,6 @@ pub mod test;
pub mod test_highlight;
pub mod util;
pub mod wasm;
pub mod web_ui;
#[cfg(test)]
mod tests;