temp: add resources
This commit is contained in:
5
packages/components/src/button/index.tsx
Normal file
5
packages/components/src/button/index.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import MuiButton, { ButtonProps } from '@mui/material/Button';
|
||||
|
||||
export const Button = (props: ButtonProps) => {
|
||||
return <MuiButton {...props} />;
|
||||
};
|
||||
Reference in New Issue
Block a user