import { log } from 'colorful-logging'; 

import {
  InkContainer,
} from '../../bundles/componentsBundle';

import inkModule from './ink-testing.ink';

### This is an MDX passage.
 
#### It illustrates Markdown React with inclusion of Ink components.
 
1. Here
2. is
3. a
4. list!
 
<div>
  {<InkContainer inkModule={inkModule} />}
</div>
