Fix App.jsx two-page workflow JSX render and update study app layout
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
export type IXmlAttribute = Readonly<Record<string, string | number | boolean>>;
|
||||
export interface IXmlableObject extends Record<string, unknown> {
|
||||
readonly [key: string]: any;
|
||||
}
|
||||
export declare const WORKAROUND3 = "";
|
||||
Reference in New Issue
Block a user