Skip to content

Commit

Permalink
整形した
Browse files Browse the repository at this point in the history
  • Loading branch information
Nattuki committed Dec 4, 2023
1 parent 274a50d commit 09f3ab9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Settings/ThemeTab/EditTheme.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ import { useModalStore } from '/@/store/ui/modal'
const { pushModal } = useModalStore()
const openSettingsThemeEditModal = () => pushModal({ type: 'settings-theme-edit' })
const openSettingsThemeEditModal = () =>
pushModal({ type: 'settings-theme-edit' })
</script>

<style lang="scss" module>
Expand Down

0 comments on commit 09f3ab9

Please sign in to comment.