feat: adiciona novas dependências, implementa reimportação de arquivos e melhorias na interface

This commit is contained in:
FelipeCN
2026-03-04 09:19:47 -03:00
parent 2a21138bf8
commit 12b8501ffb
18 changed files with 148 additions and 197 deletions
+1 -4
View File
@@ -239,10 +239,7 @@ fn importar_json(app: &mut App, conteudo: &str) {
);
}
_ => {
app.exibir_erro(format!(
"Conflito de nome: layout '{}' já existe.",
nome
));
app.exibir_erro(format!("Conflito de nome: layout '{}' já existe.", nome));
}
}
}