// Print the currently loaded project. import { projectName } from "@/project" export default function () { return projectName() }