blob: a0d6294109d037d843a9a4e3462f712f4b5308bb [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 Montague09e45cd2020-01-23 15:45:57 -06007 props: {
8 settings: {
9 type: String,
10 default: ''
11 }
12 }
Yoshie Muranaka463a5702019-12-04 09:09:36 -080013};
14</script>