diff options
Diffstat (limited to 'packages/exchange-backoffice-ui/src/App.tsx')
-rw-r--r-- | packages/exchange-backoffice-ui/src/App.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/exchange-backoffice-ui/src/App.tsx b/packages/exchange-backoffice-ui/src/App.tsx index 95926e634..600131219 100644 --- a/packages/exchange-backoffice-ui/src/App.tsx +++ b/packages/exchange-backoffice-ui/src/App.tsx @@ -1,6 +1,6 @@ import { TranslationProvider } from "@gnu-taler/web-util/browser"; import { h, VNode } from "preact"; -import { Dashboard } from "./Dashborad.js"; +import { Dashboard } from "./Dashboard.js"; import "./scss/main.css"; export function App(): VNode { |