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