switch screen size.
This commit is contained in:
@@ -267,3 +267,9 @@ export const CODE_TEMPLATES = {
|
||||
JavaScript: blankTemplate,
|
||||
Golang: blankTemplate,
|
||||
}
|
||||
|
||||
export enum ScreenMode {
|
||||
problem,
|
||||
code,
|
||||
both,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user