Skip to content

Commit

Permalink
switched to @carma-collab/wuppertal imports
Browse files Browse the repository at this point in the history
  • Loading branch information
helllth committed Jul 18, 2024
1 parent b6a3386 commit 4137c7d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions apps/topicmaps/stadtplan/src/app/Menu.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import Section from 'react-cismap/topicmaps/menu/Section';
import LicenseLuftbildkarte from 'react-cismap/topicmaps/wuppertal/LicenseLuftbildkarte';
import LicenseStadtplanTagNacht from 'react-cismap/topicmaps/wuppertal/LicenseStadtplanTagNacht';
import { Link } from 'react-scroll';
import GenericDigitalTwinReferenceTextComponent from '@carma/custom-wupp-components/help/GenericDigitalTwinReferenceTextComponent';
import { GenericDigitalTwinReferenceTextComponent } from '@carma-collab/wuppertal/commons';

import FilterUI from './FilterUI';
import MenuFooter from './MenuFooter';
Expand Down Expand Up @@ -596,7 +596,6 @@ const Menu = () => {
</CustomizationContextProvider>
);
};
console.log('yy Menu', <GenericDigitalTwinReferenceTextComponent />);
export default Menu;
const NW = (props) => {
return <span style={{ whiteSpace: 'nowrap' }}>{props.children}</span>;
Expand Down
2 changes: 1 addition & 1 deletion apps/topicmaps/stadtplan/src/app/MenuFooter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { useContext } from 'react';
import { UIDispatchContext } from 'react-cismap/contexts/UIContextProvider';
import { getApplicationVersion } from './version';
import { scroller } from 'react-scroll';
import Attribution from '@carma/custom-wupp-components/help/Attribution';
import { Attribution } from '@carma-collab/wuppertal/commons';
const Footer = () => {
const { setAppMenuActiveMenuSection } = useContext(UIDispatchContext);

Expand Down

0 comments on commit 4137c7d

Please sign in to comment.