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