blob: dae4d9080e93bcd5d6ffd13f5cd2db8863c18bf0 [file] [log] [blame]
Yoshie Muranaka463a5702019-12-04 09:09:36 -08001<template>
2 <b-modal id="modal-settings" title="Account policy settings"> </b-modal>
3</template>
4
5<script>
6export default {
Derick Montaguee2fd1562019-12-20 13:26:53 -06007 props: ['settings']
Yoshie Muranaka463a5702019-12-04 09:09:36 -08008};
9</script>