UNPKG

passbolt-styleguide

Version:

Passbolt styleguide contains common styling assets used by the different sites, plugin, etc.

15 lines (12 loc) 339 B
import EditUserProfile from "./EditUserProfile"; import { defaultContext } from "../../User/DeleteUser/DeleteUserWithConflicts.test.data"; export default { title: "Components/UserSetting/EditUserProfile", component: EditUserProfile, }; export const Initial = { args: { context: defaultContext(), onClose: () => {}, }, };