Skip to content

Commit

Permalink
chore: remove orphan scss block
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 19, 2023
1 parent 42dad6a commit d3b0ec3
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/modals/inbox/RemoveMessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ base-modal(
@close="$emit('close')"
@confirm="$emit('remove', context)"
confirm-label="Remove Message"
class="m-remove-message"
destructive
)
p.u-regular
Expand Down Expand Up @@ -41,15 +40,3 @@ export default {
emits: ["close", "remove"]
};
</script>

<!-- **********************************************************************
STYLE
********************************************************************** -->

<style lang="scss">
$c: ".m-remove-message";

.m-remove-message {
/* TODO: show message preview */
}
</style>

0 comments on commit d3b0ec3

Please sign in to comment.