Skip to content

Commit

Permalink
Remove unwanted import.
Browse files Browse the repository at this point in the history
  • Loading branch information
mwu2018 committed Sep 6, 2023
1 parent eedc138 commit d181dda
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ReactViews/Story/StoryPanel/StoryBody.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import parseCustomHtmlToReact from "../../Custom/parseCustomHtmlToReact";
import styled from "styled-components";
import Box from "../../../Styled/Box";
import Text from "../../../Styled/Text";
import URI from "urijs";

const StoryContainer = styled(Box).attrs((props: { isCollapsed: boolean }) => ({
paddedVertically: props.isCollapsed ? 0 : 2,
Expand Down

0 comments on commit d181dda

Please sign in to comment.