parent
a85253649f
commit
d03a57bbf8
@ -1,6 +1,6 @@ |
|||||||
export { default as RemixApp } from './lib/remix-app/remix-app' |
export { default as RemixApp } from './lib/remix-app/remix-app' |
||||||
export { dispatchModalContext, AppContext } from './lib/remix-app/context/context' |
export { dispatchModalContext, AppContext } from './lib/remix-app/context/context' |
||||||
export { ModalProvider } from './lib/remix-app/context/provider' |
export { ModalProvider, useDialogDispatchers } from './lib/remix-app/context/provider' |
||||||
export { AppModal } from './lib/remix-app/interface/index' |
export { AppModal } from './lib/remix-app/interface/index' |
||||||
export { AlertModal } from './lib/remix-app/interface/index' |
export { AlertModal } from './lib/remix-app/interface/index' |
||||||
export { ModalTypes } from './lib/remix-app/types/index' |
export { ModalTypes } from './lib/remix-app/types/index' |
||||||
|
Loading…
Reference in new issue