Add icon picker for service icon

Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
Manuel Ruwe
2022-12-05 21:43:47 +01:00
parent b7bb1302e4
commit d7bec26ee2
8 changed files with 172 additions and 35 deletions

View File

@@ -0,0 +1,3 @@
export interface IconSelectorItem {
url: string;
}

View File

@@ -0,0 +1,3 @@
export interface WalkxcodeRepositoryIcon {
name: string;
}