diff options
Diffstat (limited to 'src/index.tsx')
| -rw-r--r-- | src/index.tsx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/index.tsx b/src/index.tsx new file mode 100644 index 0000000..4998105 --- /dev/null +++ b/src/index.tsx @@ -0,0 +1,4 @@ +import { render } from "preact"; +import App from "./App"; + +render(<App />, document.body); |
