# thinkrank/1.0.0/src/admin/components/ui/index.js

ThinkRank AI SEO – AI SEO Plugin for WordPress: Schema, XML Sitemaps, Meta Tags, Search Console &amp; Local SEO, version 1.0.0. 17 lines.

- Page: https://pluginprobe.com/plugins/thinkrank/1.0.0/code/src/admin/components/ui/index.js
- Raw: https://pluginprobe.com/plugins/thinkrank/1.0.0/raw/src/admin/components/ui/index.js
- Modified: 2025-08-10T07:57:44+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/thinkrank/1.0.0/code/src/admin/components/ui/index.js#L10-L20`.

```javascript
/**
 * UI Components Index
 * 
 * Barrel export for all reusable UI components
 * 
 * @package ThinkRank
 * @since 1.0.0
 */

export { default as AIButton } from './AIButton';

// Future UI components will be exported here:
// export { default as ThinkRankCard } from './ThinkRankCard';
// export { default as ThinkRankFormField } from './ThinkRankFormField';
// export { default as ThinkRankGrid } from './ThinkRankGrid';
// export { default as ThinkRankNotice } from './ThinkRankNotice';

```
