diff options
author | 2021-08-10 18:26:16 -0700 | |
---|---|---|
committer | 2021-08-10 18:26:16 -0700 | |
commit | 10b4b872a2824b6d7c66030dafc831f0da3309e8 (patch) | |
tree | a26e97e9e7be22c4407ccc628a54eecf09516c1f /examples/nexty/framework.client.development.tsx | |
parent | 0daff24b16487acfb420813793bc432f8ceaf333 (diff) | |
download | bun-10b4b872a2824b6d7c66030dafc831f0da3309e8.tar.gz bun-10b4b872a2824b6d7c66030dafc831f0da3309e8.tar.zst bun-10b4b872a2824b6d7c66030dafc831f0da3309e8.zip |
This is alot
Former-commit-id: 4b2a396611ec03270dc768b70e488b0f5eee2a37
Diffstat (limited to 'examples/nexty/framework.client.development.tsx')
-rw-r--r-- | examples/nexty/framework.client.development.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/examples/nexty/framework.client.development.tsx b/examples/nexty/framework.client.development.tsx deleted file mode 100644 index 65510c1ce..000000000 --- a/examples/nexty/framework.client.development.tsx +++ /dev/null @@ -1,4 +0,0 @@ -import * as ReactDOM from "react-dom"; -export default function start(EntryPointNamespace) { - ReactDOM.render(EntryPointNamespace.default); -} |