import { Thread } from "@/shell" export default function () { return Thread.getStore()?.project || "none" }