diff --git a/src/pages/StatsView/components/EmbeddedComponent.tsx b/src/pages/StatsView/components/EmbeddedComponent.tsx deleted file mode 100644 index 90f4e7bc..00000000 --- a/src/pages/StatsView/components/EmbeddedComponent.tsx +++ /dev/null @@ -1,38 +0,0 @@ -import styled from 'styled-components/macro' - -import { ButtonSolid, Input } from 'features/Common' - -const EmbedContainer = styled.div` - display: flex; - flex-direction: column; - align-items: center; - max-width: 100%; -` - -const EmbedInput = styled(Input)` - margin: 0; - max-width: 400px; -` - -type EmbedProps = { - url: string, -} - -export const EmbeddedComponent = ({ url }:EmbedProps) => { - const iframeString = `