mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-08-29 06:47:06 +00:00
refactor: consume Commonlib as a package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<script lang="ts">
|
||||
import type { MenuSeparator } from "../BrowserMenu";
|
||||
|
||||
type Props = {
|
||||
item: MenuSeparator;
|
||||
};
|
||||
const { item = $bindable() }: Props = $props();
|
||||
</script>
|
||||
|
||||
<hr />
|
||||
Reference in New Issue
Block a user