dashpresshq/dashpress

View on GitHub
src/pages/admin/[entity]/[id]/update.tsx

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { EntityUpdate } from "@/frontend/views/data/Update";

export { getServerSideProps } from "translations/utils";

export default EntityUpdate;