1
0
mirror of https://github.com/nushell/nushell.git synced 2025-07-06 17:40:17 +02:00

moved theme assets local to crate ()

* moved theme assets local to crate

* remove the TODO comment
This commit is contained in:
Darren Schroeder
2020-08-11 13:57:03 -05:00
committed by GitHub
parent 2ad07912d9
commit 43e9c89125
2 changed files with 1 additions and 1 deletions
crates/nu-cli
assets
src
commands

@ -77,7 +77,7 @@ impl Default for HtmlTheme {
}
#[derive(RustEmbed)]
#[folder = "../../assets/"] // TODO: Should assets be part of the crate versus the project?
#[folder = "assets/"]
struct Assets;
pub struct ToHTML;