We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19466ec commit 2f3cd1eCopy full SHA for 2f3cd1e
apps/front-end/src/App.tsx
@@ -5,6 +5,7 @@ import { fetchConfig, setLanguage } from "./app/configSlice";
5
import { useAppDispatch } from "./app/hooks";
6
import { getLanguageFromUrl } from "./utils/window-utils";
7
import Popup from "./components/popup/Popup";
8
+import CwmLogo from "./components/common/cwmLogo/CwmLogo";
9
10
const App = () => {
11
const dispatch = useAppDispatch();
@@ -33,6 +34,7 @@ const App = () => {
33
34
return (
35
<div>
36
<MapWrapper />
37
+ <CwmLogo />
38
<Panel />
39
<Popup />
40
</div>
0 commit comments