refactor: 🔥 Remove old Note code

This commit is contained in:
Jesse Wierzbinski 2024-12-01 17:26:51 +01:00
parent c6f8ba081d
commit 0b6acd98dd
No known key found for this signature in database
13 changed files with 6 additions and 785 deletions

View file

@ -4,14 +4,12 @@
<slot />
</Sidebar>
<ComposerDialog />
<AttachmentDialog />
</template>
<script setup lang="ts">
import ComposerDialog from "~/components/composer/dialog.vue";
import SquarePattern from "~/components/graphics/square-pattern.vue";
import Sidebar from "~/components/sidebars/sidebar.vue";
import AttachmentDialog from "~/components/social-elements/notes/attachment-dialog.vue";
const { n } = useMagicKeys();
const activeElement = useActiveElement();