2.23
This commit is contained in:
parent
f09b232333
commit
2b7fff43e3
|
@ -17,7 +17,7 @@ function HomePage() {
|
|||
// console.log(data);
|
||||
// }, [data]);
|
||||
return (
|
||||
<div className='space-y-2'>
|
||||
<div className='p-2 space-y-2'>
|
||||
<div className='flex space-x-2'>
|
||||
<Button type="primary" onClick={() => { setCounter(counter + 1) }}>+1</Button>
|
||||
<div className='flex items-center'>{counterText}</div>
|
||||
|
|
Loading…
Reference in New Issue