diff --git a/frontend/entry.tsx b/frontend/entry.tsx index 797232b0e..144f4fe56 100644 --- a/frontend/entry.tsx +++ b/frontend/entry.tsx @@ -1,7 +1,6 @@ /// /** * THIS IS THE ENTRY POINT FOR THE MAIN PORTION OF THE WEB APP. - * * Try to keep this file light. */ import { detectLanguage } from "./i18n"; import { stopIE } from "./util/stop_ie";