Skip to content

Commit

Permalink
fix: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgoff committed Sep 26, 2024
1 parent 3e7ef67 commit 30fe2a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {
BREAK_PHABLET,
fluidScale,
} from "@/styles/globalStyles";
import { EarlyAccess } from "@/components/atomic";
import EarlyAccess from "@/components/atomic/Flag/patterns/EarlyAccess";
import { FlagBody, OffsetWrapper } from "@/atomic/Flag/styles";

export const MixedLink = styled(BaseMixedLink)`
Expand Down

0 comments on commit 30fe2a4

Please sign in to comment.