Skip to content

Commit

Permalink
Remove unused FC imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Herrmann committed Aug 28, 2023
1 parent 61a0dee commit 9f33656
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/SectionSubtitle/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import styled from "@emotion/styled";
import { FC } from "react";
import { colors, spacings } from "../../common/styleVariables";
import Text from "../Text";

Expand Down
1 change: 0 additions & 1 deletion src/components/SectionTitle/index.tsx
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 9f33656

Please sign in to comment.