themes 3 initial work

This commit is contained in:
Henry Jameson 2024-01-18 14:35:25 +02:00
commit 521d308a6c
6 changed files with 110 additions and 0 deletions

View file

@ -0,0 +1,8 @@
export default {
name: 'Panel',
validInnerComponents: [
'Text',
'Icon',
'Button'
]
}