cityssm/corporate-records-manager

View on GitHub
handlers/dashboard/dashboard.js

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
export const handler = async (_request, response) => {
    response.render("dashboard", {
        headTitle: "Dashboard"
    });
};
export default handler;