diff --git a/src/renderer/components/+preferences/horizontal-line/horizontal-line.module.scss b/src/renderer/components/+preferences/horizontal-line/horizontal-line.module.scss deleted file mode 100644 index 58cac6e811..0000000000 --- a/src/renderer/components/+preferences/horizontal-line/horizontal-line.module.scss +++ /dev/null @@ -1,5 +0,0 @@ -.horizontalLine { - height: 1px; - border-top: thin solid var(--hrColor); - margin-top: 40px; -} diff --git a/src/renderer/components/+preferences/horizontal-line/horizontal-line.tsx b/src/renderer/components/+preferences/horizontal-line/horizontal-line.tsx deleted file mode 100644 index baebba59fe..0000000000 --- a/src/renderer/components/+preferences/horizontal-line/horizontal-line.tsx +++ /dev/null @@ -1,9 +0,0 @@ -/** - * Copyright (c) OpenLens Authors. All rights reserved. - * Licensed under MIT License. See LICENSE in root directory for more information. - */ -import React from "react"; - -import styles from "./horizontal-line.module.scss"; - -export const HorizontalLine = () =>