Skip to content

Commit

Permalink
revert FirmContactInfo back
Browse files Browse the repository at this point in the history
  • Loading branch information
tshyun24 committed Nov 20, 2023
1 parent 4329b98 commit 04d951f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/common/FirmContactInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@
</ul>
</template>

<script lang="ts">
import { Component, Vue } from 'vue-property-decorator'
@Component({})
export default class FirmContactInfo extends Vue {}
</script>

<style lang="scss" scoped>
@import '@/assets/styles/theme.scss';
Expand Down

0 comments on commit 04d951f

Please sign in to comment.