fix(files): cleanup

This commit is contained in:
2024-10-30 15:20:33 +01:00
parent 024d06515e
commit 712ffd7ef8
2 changed files with 0 additions and 11 deletions

View File

@@ -1,9 +0,0 @@
import styles from "./.module.scss";
type Props = {}
export const :React.FC<Props> = ({}) => {
return (
<div data-testid="{}" className={styles.container}></div>
)
}

View File

@@ -1,2 +0,0 @@
.container {
}