mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-13 16:49:07 +00:00
12 lines
143 B
Vue
12 lines
143 B
Vue
<template>
|
|
<div>Style panel</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'StyleSidePanel',
|
|
data() {
|
|
return {}
|
|
},
|
|
}
|
|
</script>
|