Fakultas Ilmu Komputer UI
import { Box, Text } from "components";
import React from "react"; const EditProfileForm = () => { return ( <Box>
<Text>EditProfilePage</Text>
</Box> ) } export default EditProfileForm;