File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
containers/CommunicationBlock Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import styled from "styled-components";
33import IconTitle from "../../components/IconTitle" ;
44import { Envelope } from "../../icons" ;
55import { Paragraph } from "../../components/Typography" ;
6- import { footerContent } from "../../components/ content" ;
6+ import { footerContent } from "../../content" ;
77import { ThemeColors } from "../../theme" ;
88import { WithStyle } from "../../types/utils" ;
99
Original file line number Diff line number Diff line change 1- export * from "./content" ;
1+ export * from "./content" ;
2+ export * from "./contentGenerics" ;
Original file line number Diff line number Diff line change 11export { default as GlobalStyles } from "./globalStyle" ;
22export * from "./theme" ;
33export * from "./helpers" ;
4- export * from "./content/content " ;
4+ export * from "./content" ;
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ import { Heading } from "../../../components/Typography";
44import Button from "../../../components/Button" ;
55import { LongArrow } from "../../../icons" ;
66import Link from "next/link" ;
7- import { footerContent } from "../../../components/ content" ;
7+ import { footerContent } from "../../../content" ;
88import { breakpointNameToPx , responsiveValuesCSS } from "../../../helpers/responsiveCss" ;
99
1010
You can’t perform that action at this time.
0 commit comments