Skip to content

Commit

Permalink
Fix linting warning on unused import
Browse files Browse the repository at this point in the history
Signed-off-by: Eduard Itrich <eduard.itrich@porsche.de>
on-behalf-of: @porscheofficial <open_source_office@porsche.de>
  • Loading branch information
itrich committed Oct 26, 2023
1 parent 2d9c6a3 commit 9df3fdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/03_organisms/imageText/ImageText.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ExportedImage from "next-image-export-optimizer";
import { StaticImageData } from "next/image";
import { PHeading, PText } from "@porsche-design-system/components-react/ssr";
import { PHeading } from "@porsche-design-system/components-react/ssr";
import s from "./imageText.module.scss";

import { Section } from "../../02_molecules/section/section";
Expand Down

0 comments on commit 9df3fdc

Please sign in to comment.