mirror of
https://github.com/gregberge/loadable-components.git
synced 2026-01-18 15:12:26 +00:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
const Amazing = () => 'Amazing'
|
|
|
|
export default Amazing
|