Files
2025-05-25 23:20:31 +02:00

6 lines
155 B
SQL

select $component as component;
select
'It works !' as title,
'It works !' as description;
select 'divider' as component, 'the end' as contents;