remove legacy code

This commit is contained in:
Cleo John 2023-02-14 20:18:57 +01:00
parent 9289178624
commit 3dfefc9f16
1 changed files with 0 additions and 11 deletions

View File

@ -3,17 +3,6 @@ import VueRouter from "vue-router"
import { $i, iAmModerator } from "@/account";
import MkLoading from "@/pages/_loading_.vue";
import MkError from "@/pages/_error_.vue";
import { api } from "@/os";
function getGuestTimelineStatus() {
api("meta", {
detail: false,
}).then((meta) => {
return meta.enableGuestTimeline;
});
}
const guestTimeline = getGuestTimelineStatus();
const page = (loader: AsyncComponentLoader<any>) =>
defineAsyncComponent({