import React from 'react'; export const SetupPrompt: React.FC = () => { return (
The application metadata is currently set to NOTSET.
Please update the metadata.json file with your app's name and description to proceed.
{`{
"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.