feat(app): major refactorings and details footer updates

This commit is contained in:
rektdeckard
2023-02-11 13:58:33 -07:00
parent eba876b3ea
commit 345acafb45
33 changed files with 376 additions and 540 deletions

View File

@@ -10,4 +10,5 @@ export enum SnippetType {
VUE = "Vue",
HTML = "HTML/CSS",
FLUTTER = "Flutter",
ELM = "Elm",
}