mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-09 15:35:22 +02:00
Remove string mention.
This commit is contained in:
parent
c043625ab8
commit
b7e9365597
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import { createContext, useContext } from 'react'
|
import { createContext, useContext } from 'react'
|
||||||
|
|
||||||
export type ModalKey = 'linkAuth0Accounts'
|
export type ModalKey = 'linkAccounts'
|
||||||
export type ModalManagerAction =
|
export type ModalManagerAction =
|
||||||
| { type: 'open'; key: ModalKey; props: any }
|
| { type: 'open'; key: ModalKey; props: any }
|
||||||
| { type: 'close'; key: ModalKey }
|
| { type: 'close'; key: ModalKey }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue