mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-25 16:19:40 +02:00
8 lines
96 B
Ruby
8 lines
96 B
Ruby
|
class TabsComponentPreview < ViewComponent::Preview
|
||
|
def default
|
||
|
end
|
||
|
|
||
|
def custom
|
||
|
end
|
||
|
end
|