aboutsummaryrefslogtreecommitdiffstats
path: root/uidev/src/index.tsx
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-10-15 14:02:33 +0530
committerLibravatar GitHub <noreply@github.com>2021-10-15 14:02:33 +0530
commit184c8fbaa6ea3fb13af93ec023252af8802040a3 (patch)
treeba3671d972d74f524a07609a49b80a885ebe2115 /uidev/src/index.tsx
parentupdate recipes to pull in pnpm upgrade and workspace fix. (diff)
downloadferdium-app-184c8fbaa6ea3fb13af93ec023252af8802040a3.tar.gz
ferdium-app-184c8fbaa6ea3fb13af93ec023252af8802040a3.tar.zst
ferdium-app-184c8fbaa6ea3fb13af93ec023252af8802040a3.zip
Remove unused 'uidev' folder. (#2076)
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'));