prune: remove share view as obsolete with new at proto system

This commit is contained in:
Julien Calixte
2026-02-10 20:25:34 +01:00
parent b5282c377f
commit f7133cc01d
2 changed files with 0 additions and 57 deletions

View File

@@ -24,12 +24,6 @@ const routes: Array<RouteRecordRaw> = [
name: "PublicNoteView",
component: () => import("@/views/PublicNoteView.vue"),
},
{
path: "/:user/:repo/share/:note",
name: "ShareNotes",
props: true,
component: () => import("@/views/ShareNotes.vue"),
},
{
path: "/:user/:repo/inbox",
name: "FleetingNotes",