|
|
@@ -8,8 +8,8 @@ import { Metadata } from "next"; |
|
|
|
import EditUser from "@/components/EditUser"; |
|
|
|
import { useRouter } from 'next/router'; |
|
|
|
import { getServerSideProps } from "next/dist/build/templates/pages"; |
|
|
|
import { searchParamsProps } from "../../skill/edit/page"; |
|
|
|
import { preloadUserDetail } from "@/app/api/user"; |
|
|
|
import { searchParamsProps } from "@/app/utils/fetchUtil"; |
|
|
|
|
|
|
|
|
|
|
|
const EditUserPage: React.FC<searchParamsProps> = async ({ |
|
|
|