diff options
author | Florian Dold <florian@dold.me> | 2024-08-26 23:50:16 +0200 |
---|---|---|
committer | Florian Dold <florian@dold.me> | 2024-08-26 23:50:16 +0200 |
commit | b2a86eed8fad115643a2e82bf4ad042aa98ce793 (patch) | |
tree | 121498f3eacae64656375d608efdd4b6c466b4a1 /packages/auditor-backoffice-ui/src/index.tsx | |
parent | 07b566a1afb131d9137e543291de3a7368292360 (diff) |
-formatting
Diffstat (limited to 'packages/auditor-backoffice-ui/src/index.tsx')
-rw-r--r-- | packages/auditor-backoffice-ui/src/index.tsx | 2 |
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 fc956e8aa..7fdf7c1c3 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);
\ No newline at end of file +render(<Application />, app as any); |