aboutsummaryrefslogtreecommitdiff
path: root/examples/nexty/client.development.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'examples/nexty/client.development.tsx')
-rw-r--r--examples/nexty/client.development.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/nexty/client.development.tsx b/examples/nexty/client.development.tsx
deleted file mode 100644
index 7f517ab78..000000000
--- a/examples/nexty/client.development.tsx
+++ /dev/null
@@ -1,5 +0,0 @@
-import ReactDOM from "react-dom";
-
-export function start(EntryPointNamespace) {
- ReactDOM.hydrate(<EntryPointNamespace.default />);
-}