Skip to content

Commit

Permalink
[front-end] add CwmLogo component back into to the main application l…
Browse files Browse the repository at this point in the history
…ayout
  • Loading branch information
ms0ur1s authored and rogup committed Nov 22, 2024
1 parent f8128df commit 13531a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/front-end/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { fetchConfig, setLanguage } from "./app/configSlice";
import { useAppDispatch } from "./app/hooks";
import { getLanguageFromUrl } from "./utils/window-utils";
import Popup from "./components/popup/Popup";
import CwmLogo from "./components/common/cwmLogo/CwmLogo";

const App = () => {
const dispatch = useAppDispatch();
Expand Down Expand Up @@ -33,6 +34,7 @@ const App = () => {
return (
<div>
<MapWrapper />
<CwmLogo />
<Panel />
<Popup />
</div>
Expand Down

0 comments on commit 13531a5

Please sign in to comment.