mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-27 20:29:32 -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';
|