export const useGetProfileType = () => {
    const profileType = localStorage.getItem("profileType") as string;
    return profileType
}