/// // Display a status message in the status bar. import { status } from "@/js/statusbar" export default (msg: string) => { status(msg) }