mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: 🔥 Remove old Note code
This commit is contained in:
parent
c6f8ba081d
commit
0b6acd98dd
13 changed files with 6 additions and 785 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue