import React from 'react'; export const SetupPrompt: React.FC = () => { return (

Configuration Required

The application metadata is currently set to NOTSET. Please update the metadata.json file with your app's name and description to proceed.

metadata.json
{`{
  "name": "Your Awesome App",
  "description": "A powerful tool to help users manage..."
}`}

The AI will automatically generate features and interfaces based on your definition once you reload.

); };