Add notepad

This commit is contained in:
proteriax
2021-10-26 20:48:58 -04:00
parent 7c12f499f2
commit 26f8485761
14 changed files with 2590 additions and 934 deletions

4
scripts/react-shim.js vendored Normal file
View File

@ -0,0 +1,4 @@
import { createElement, Fragment } from "react"
export const esbuildCreateElement = createElement
export const esbuildFragment = Fragment