# speechkit/6.0.3/src/Core/index.js

BeyondWords – AI audio for publishers, version 6.0.3. 9 lines.

- Page: https://pluginprobe.com/plugins/speechkit/6.0.3/code/src/Core/index.js
- Raw: https://pluginprobe.com/plugins/speechkit/6.0.3/raw/src/Core/index.js
- Modified: 2025-12-16T10:29:00+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/speechkit/6.0.3/code/src/Core/index.js#L10-L20`.

```javascript
/**
 * Internal dependencies
 */
import { registerInteractionsStore } from './Interactions';
import { registerSettingsStore } from './Settings';

registerInteractionsStore();
registerSettingsStore();

```
