mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-21 00:59:44 -06:00
6 lines
151 B
TypeScript
6 lines
151 B
TypeScript
export { default } from './Alert';
|
|
export * from './Alert';
|
|
|
|
export { default as alertClasses } from './alertClasses';
|
|
export * from './alertClasses';
|