mirror of
https://github.com/massbug/judge4c.git
synced 2025-05-18 07:16:34 +00:00
refactor(types): remove icon property from EditorLanguageMetadata type
This commit is contained in:
parent
d1188f5ea6
commit
939cd4b2f0
@ -5,5 +5,4 @@ export type EditorLanguageMetadata = {
|
|||||||
label: string;
|
label: string;
|
||||||
fileName: string;
|
fileName: string;
|
||||||
fileExtension: string;
|
fileExtension: string;
|
||||||
icon: React.FunctionComponent<React.SVGProps<SVGElement> & { size?: number | string }>;
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user