dashpresshq/dashpress

View on GitHub
src/pages/users/[username]/index.tsx

Summary

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

export { getServerSideProps } from "translations/utils";

export default UserUpdate;