Skip to content

Commit

Permalink
Fix yarn build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandelis Symeonidis committed Dec 12, 2023
1 parent 2c1e9ee commit a90f3fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/content-mobile/privacy-mobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { text } from "../../assets";
import { Footer, FormText, MenuText, TitleText } from "../../components";
import { KreadIcon } from "../../components/logo/styles";
import { color } from "../../design";
import { ContentWrapper, FooterContainer, GeneralInfo, InfoContainer, KreadContainer, Title } from "./styles";
import { ContentWrapper, GeneralInfo, InfoContainer, KreadContainer, Title } from "./styles";

// TODO: make content for privacy page
export const PrivacyMobile: FC = () => {
Expand Down

0 comments on commit a90f3fb

Please sign in to comment.