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.tsx6
1 files changed, 0 insertions, 6 deletions
diff --git a/uidev/src/index.tsx b/uidev/src/index.tsx
deleted file mode 100644
index 0f2003d24..000000000
--- a/uidev/src/index.tsx
+++ /dev/null
@@ -1,6 +0,0 @@
1import { render } from 'react-dom';
2import { App } from './app';
3
4const app = () => <App />;
5
6render(app(), document.querySelector('#root'));