feat: breadcrumbs for My Pages
This commit is contained in:
@@ -12,7 +12,7 @@ interface EditProfileActions {
|
||||
|
||||
export interface EditProfileStore
|
||||
extends EditProfileActions,
|
||||
EditProfileState {}
|
||||
EditProfileState { }
|
||||
|
||||
export const useProfileStore = create<EditProfileStore>()((set) => ({
|
||||
pending: false,
|
||||
|
||||
Reference in New Issue
Block a user