refactor(ui): clean up snippets code

This commit is contained in:
rektdeckard
2021-12-29 00:54:56 -05:00
parent 4137a8b5c1
commit c3cd3c1d80
3 changed files with 122 additions and 106 deletions

View File

@@ -36,3 +36,10 @@ export interface IconEntry {
tags: string[];
Icon: Icon;
}
export enum SnippetType {
REACT = "React",
VUE = "Vue",
HTML = "HTML/CSS",
FLUTTER = "Flutter",
}