mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Refactor Button component code formatting
Removed unnecessary blank line and adjusted code formatting.
This commit is contained in:
parent
300be515f6
commit
7d67545b21
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,6 @@ together.
|
|||
|
||||
::: code-group
|
||||
|
||||
|
||||
```luau [Button.luau]
|
||||
local create = vide.create
|
||||
|
||||
|
|
@ -33,6 +32,7 @@ local function Button(props: {
|
|||
end
|
||||
|
||||
return Button
|
||||
|
||||
local create = vide.create
|
||||
local source = vide.source
|
||||
local effect = vide.effect
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue