fix: remove strikethrough
This commit is contained in:
@@ -1,9 +0,0 @@
|
|||||||
import styles from "./strike.module.css"
|
|
||||||
|
|
||||||
export default function Strikethrough({ children }: React.PropsWithChildren) {
|
|
||||||
return (
|
|
||||||
<span className={styles.strikethrough}>
|
|
||||||
{children}
|
|
||||||
</span>
|
|
||||||
)
|
|
||||||
}
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
.strikethrough {
|
|
||||||
text-decoration: line-through;
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user