Expose alerts for internal use

This commit is contained in:
Brenda Sukh
2020-11-03 13:52:39 -05:00
parent 23c8bc983e
commit cff0a558e5
+2 -1
View File
@@ -18,7 +18,8 @@ export { plugin } from './plugin';
export * from './client';
export * from './api';
export * from './components';
export { useCurrency } from './hooks';
export { useCurrency, CurrencyContext } from './hooks';
export * from './types';
export * from './utils/tests';
export * from './utils/duration';
export * from './utils/alerts';