aboutsummaryrefslogtreecommitdiffstats
path: root/uidev
diff options
context:
space:
mode:
authorLibravatar Markus Hatvan <markus_hatvan@aon.at>2021-09-14 19:58:52 +0200
committerLibravatar GitHub <noreply@github.com>2021-09-14 19:58:52 +0200
commit95df3522a15631abc51a4295cae0ea401a8d4e1e (patch)
treee5eb0f368c947683f01458e912f21756fb0d99cb /uidev
parentdocs: add sad270 as a contributor for bug, userTesting [skip ci] (#1941) (diff)
downloadferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.tar.gz
ferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.tar.zst
ferdium-app-95df3522a15631abc51a4295cae0ea401a8d4e1e.zip
feat: add eslint-plugin-unicorn (#1936)
Diffstat (limited to 'uidev')
-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'));