Skip to content

Commit 2f3cd1e

Browse files
committed
[front-end] add CwmLogo component back into to the main application layout
1 parent 19466ec commit 2f3cd1e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/front-end/src/App.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { fetchConfig, setLanguage } from "./app/configSlice";
55
import { useAppDispatch } from "./app/hooks";
66
import { getLanguageFromUrl } from "./utils/window-utils";
77
import Popup from "./components/popup/Popup";
8+
import CwmLogo from "./components/common/cwmLogo/CwmLogo";
89

910
const App = () => {
1011
const dispatch = useAppDispatch();
@@ -33,6 +34,7 @@ const App = () => {
3334
return (
3435
<div>
3536
<MapWrapper />
37+
<CwmLogo />
3638
<Panel />
3739
<Popup />
3840
</div>

0 commit comments

Comments
 (0)