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";