Skip to content

Commit

Permalink
fix(backend): Remove 'IconDefinition'
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Dec 30, 2021
1 parent 31eb540 commit e521fb4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/frontend/src/pages/FileBrowser.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
faFileImage,
faFileAudio,
faFileVideo,
IconDefinition,
faFilePdf,
faFolder,
faCopy,
Expand Down Expand Up @@ -118,7 +117,7 @@
}
}
function getIcon(maintype: string, subtype: string): IconDefinition {
function getIcon(maintype: string, subtype: string) {
switch (maintype) {
case "dir":
return faFolder;
Expand Down

0 comments on commit e521fb4

Please sign in to comment.