'use client'; import type { AppGalleryProps } from '@/types/component-props'; import AppCard from './AppCard'; export default function AppGallery({ apps, isLoading = false, onSelectApp, }: AppGalleryProps) { if (isLoading) { return (
No apps generated yet
Record a voice note and say "create an app" to generate your first application