♻️ Refactor icon picker (#724)

This commit is contained in:
Manuel
2023-02-20 22:11:30 +01:00
committed by GitHub
parent 2c1b329dfd
commit f5686fbf2c
17 changed files with 441 additions and 258 deletions

View File

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

View File

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