mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-28 20:40:55 +00:00
10 lines
236 B
TypeScript
10 lines
236 B
TypeScript
import UpdateProfile from '@/super-admin/components/externalUsers/UpdateProfile';
|
|
import React from 'react'
|
|
import { useParams } from 'react-router-dom';
|
|
|
|
export default function UserProfileEditPage() {
|
|
|
|
|
|
return <UpdateProfile />
|
|
}
|