mirror of
https://gitea.gofwd.group/dstrawsb/ballistic-builder.git
synced 2025-12-06 10:46:44 -05:00
fixed package.json and a rfew othr things
This commit is contained in:
8
src/components/ButtonProduct/index.tsx
Normal file
8
src/components/ButtonProduct/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
"use client";
|
||||
const ButtonProducts = ( props:any ) => {
|
||||
const category = props.category;
|
||||
return (
|
||||
<button onClick={async () => { alert(category); return false;}} >{props.category}</button>
|
||||
)
|
||||
}
|
||||
export default ButtonProducts;
|
||||
Reference in New Issue
Block a user