text
This commit is contained in:
parent
1e8b2be765
commit
f09b232333
|
@ -17,7 +17,7 @@ function HomePage() {
|
|||
// console.log(data);
|
||||
// }, [data]);
|
||||
return (
|
||||
<div className='p-2 space-y-2'>
|
||||
<div className='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