mirror of
https://github.com/tauri-apps/deno.git
synced 2026-02-04 18:51:20 +01:00
6 lines
93 B
JavaScript
6 lines
93 B
JavaScript
const React = {
|
|
createElement() {}
|
|
}
|
|
const temp = <div></div>;
|
|
export const loaded = true;
|