1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-22 04:21:01 +00:00
bramw_baserow/web-frontend/modules/builder/components/settings/IntegrationSettings.vue
2023-02-10 12:15:59 +00:00

9 lines
119 B
Vue

<template>
<div>INTEGRATIONS</div>
</template>
<script>
export default {
name: 'IntegrationSettings',
}
</script>