Skip to content

Commit

Permalink
fix(staff): remove semi
Browse files Browse the repository at this point in the history
  • Loading branch information
SivanYeh committed Aug 17, 2024
1 parent eee9a2a commit 0fadeba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pages/about/staff.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
</template>

<script>
import I18nPageWrapper from '@/components/core/i18n/PageWrapper';
import CoreH1 from '@/components/core/titles/H1';
import i18n from '@/i18n/about/staff.i18n';
import I18nPageWrapper from '@/components/core/i18n/PageWrapper'
import CoreH1 from '@/components/core/titles/H1'
import i18n from '@/i18n/about/staff.i18n'
export default {
layout(context) {
Expand Down

0 comments on commit 0fadeba

Please sign in to comment.