Regenerate nvim config
This commit is contained in:
@ -0,0 +1,18 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Button
|
||||
style={{
|
||||
color: 'blue',
|
||||
}}
|
||||
disabled
|
||||
>
|
||||
</Button>
|
||||
<Button
|
||||
style={{
|
||||
color: 'blue',
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
@ -0,0 +1,10 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<div>
|
||||
<p>This is a test</p>
|
||||
</div>
|
||||
<Button/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
@ -0,0 +1,16 @@
|
||||
export default function Home() {
|
||||
return (
|
||||
<>
|
||||
<Button
|
||||
style={
|
||||
}
|
||||
>
|
||||
</Button>
|
||||
<Button
|
||||
style={{
|
||||
color: 'blue',
|
||||
}}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user