From 14d2364fc69e0222133115c55a36286986006098 Mon Sep 17 00:00:00 2001 From: Markus Hatvan Date: Fri, 15 Oct 2021 09:48:06 +0200 Subject: chore: update eslint setup (#2074) --- uidev/src/index.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'uidev/src/index.tsx') diff --git a/uidev/src/index.tsx b/uidev/src/index.tsx index c996d9f69..0f2003d24 100644 --- a/uidev/src/index.tsx +++ b/uidev/src/index.tsx @@ -1,8 +1,6 @@ import { render } from 'react-dom'; import { App } from './app'; -const app = () => ( - -); +const app = () => ; render(app(), document.querySelector('#root')); -- cgit v1.2.3-70-g09d2