1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-09 07:25:19 +02:00

Remove string mention.

This commit is contained in:
Anthony Shew 2024-01-14 22:33:09 -07:00
parent c043625ab8
commit b7e9365597

View file

@ -1,6 +1,6 @@
import { createContext, useContext } from 'react'
export type ModalKey = 'linkAuth0Accounts'
export type ModalKey = 'linkAccounts'
export type ModalManagerAction =
| { type: 'open'; key: ModalKey; props: any }
| { type: 'close'; key: ModalKey }