fix: remove strikethrough

This commit is contained in:
Christel Westerberg
2024-02-12 13:25:57 +01:00
parent 71eb7387cf
commit c580117762
2 changed files with 0 additions and 12 deletions

View File

@@ -1,9 +0,0 @@
import styles from "./strike.module.css"
export default function Strikethrough({ children }: React.PropsWithChildren) {
return (
<span className={styles.strikethrough}>
{children}
</span>
)
}

View File

@@ -1,3 +0,0 @@
.strikethrough {
text-decoration: line-through;
}