aboutsummaryrefslogtreecommitdiff
path: root/packages/auditor-backoffice-ui/src/index.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/auditor-backoffice-ui/src/index.tsx')
-rw-r--r--packages/auditor-backoffice-ui/src/index.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/auditor-backoffice-ui/src/index.tsx b/packages/auditor-backoffice-ui/src/index.tsx
index 7fdf7c1c3..fc956e8aa 100644
--- a/packages/auditor-backoffice-ui/src/index.tsx
+++ b/packages/auditor-backoffice-ui/src/index.tsx
@@ -21,4 +21,4 @@ import "./scss/main.scss";
const app = document.getElementById("app");
-render(<Application />, app as any);
+render(<Application />, app as any); \ No newline at end of file