remove duplicate case stmt

This commit is contained in:
timothycarambat 2024-07-31 11:33:30 -07:00
parent 3f5b2485d7
commit faa341c33b

View File

@ -210,7 +210,6 @@ function displayFromFile(file) {
case "js":
case "jsx":
case "cpp":
case "c":
case "c":
return { iconBgColor: "bg-warn", Icon: FileCode };
case "png":