mirror of
https://gitlab.com/bramw/baserow.git
synced 2025-04-06 05:55:28 +00:00
9 lines
106 B
Vue
9 lines
106 B
Vue
<template>
|
|
<div>THEME</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'ThemeSettings',
|
|
}
|
|
</script>
|