Files
accounts-manager-web/components/shared/index.ts
Your Name 0b95ca36f1 Initial project setup with Next.js accounts manager
- Set up Next.js project structure
- Added UI components and styling
- Configured package dependencies
- Added feature documentation

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-23 01:40:14 +08:00

4 lines
203 B
TypeScript

export { PlatformSelector } from './platform-selector';
export { OwnerSelector } from './owner-selector';
export { StatusSelector } from './status-selector';
export { StatsSelect } from './stats-select';