aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'uidev/src/index.tsx')
-rw-r--r--uidev/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/uidev/src/index.tsx b/uidev/src/index.tsx
index 99658b184..5aa3979c8 100644
--- a/uidev/src/index.tsx
+++ b/uidev/src/index.tsx
@@ -6,4 +6,4 @@ const app = () => (
6 <App /> 6 <App />
7); 7);
8 8
9render(app(), document.getElementById('root')); 9render(app(), document.querySelector('#root'));