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

4 lines
111 B
TypeScript
Raw Normal View History

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