This commit is contained in:
2024-10-16 10:18:20 +04:00
parent 8fb12be7a6
commit 95c0590d67
20 changed files with 191 additions and 39 deletions

View File

@@ -1,5 +1,7 @@
import classes from './styles.module.scss';
const Button = () => {};
const Button = () => {
return <></>;
};
export default Button;