search sscreen
This commit is contained in:
7
src/components/button/button.tsx
Normal file
7
src/components/button/button.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
import { ButtonStyled } from "./button.style";
|
||||
|
||||
export const Button = (props: React.HtmlHTMLAttributes<HTMLButtonElement>) => {
|
||||
return <ButtonStyled {...props} />;
|
||||
};
|
||||
Reference in New Issue
Block a user