From 9f3365653d0546a88061a8e9b4d06343d036191d Mon Sep 17 00:00:00 2001 From: Sebastian Herrmann Date: Mon, 28 Aug 2023 11:19:12 +0200 Subject: [PATCH] Remove unused FC imports --- src/components/SectionSubtitle/index.tsx | 1 - src/components/SectionTitle/index.tsx | 1 - 2 files changed, 2 deletions(-) diff --git a/src/components/SectionSubtitle/index.tsx b/src/components/SectionSubtitle/index.tsx index ec444ae..a3f9ecb 100644 --- a/src/components/SectionSubtitle/index.tsx +++ b/src/components/SectionSubtitle/index.tsx @@ -1,5 +1,4 @@ import styled from "@emotion/styled"; -import { FC } from "react"; import { colors, spacings } from "../../common/styleVariables"; import Text from "../Text"; diff --git a/src/components/SectionTitle/index.tsx b/src/components/SectionTitle/index.tsx index f12302d..7538505 100644 --- a/src/components/SectionTitle/index.tsx +++ b/src/components/SectionTitle/index.tsx @@ -1,5 +1,4 @@ import styled from "@emotion/styled"; -import { FC } from "react"; import { colors, fontWeights, lineHeights, mediaQueries, spacings } from "../../common/styleVariables"; import FoldSvg from "./FoldSvg";