Skip to content

Commit

Permalink
perf(map-popup): remove styled from export
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Popup styles are no longer exported. Same styles can be imported from base-map
  • Loading branch information
amy-corson-ibigroup committed Sep 5, 2024
1 parent 77b0dfb commit eac5942
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/map-popup/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ import coreUtils from "@opentripplanner/core-utils";
// eslint-disable-next-line prettier/prettier
import type { Company, ConfiguredCompany, Location, Station, Stop, StopEventHandler } from "@opentripplanner/types";

import { FormattedMessage, useIntl } from "react-intl";
import { flatten } from "flat";

import { FocusTrapWrapper } from "@opentripplanner/building-blocks";
import { flatten } from "flat";
import { FormattedMessage, useIntl } from "react-intl";
import { Styled } from "@opentripplanner/base-map";

import { ViewStopButton } from "./styled";

// Load the default messages.
Expand Down

0 comments on commit eac5942

Please sign in to comment.