mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-28 04:06:09 +00:00
12 lines
193 B
Vue
12 lines
193 B
Vue
<!-- SPDX-License-Identifier: 0BSD -->
|
|
|
|
<template>
|
|
<div class="context-menu-divider" role="separator" />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "ContextMenuDivider",
|
|
};
|
|
</script>
|