Portal/rsconcept/frontend/src/features/ai/pages/prompt-templates-page/tab-view-variables.tsx

4 lines
110 B
TypeScript
Raw Normal View History

2025-07-14 19:05:50 +03:00
export function TabViewVariables() {
return <div className='p-4 border rounded'>View all variables</div>;
}