Open-Generative-AI/app/studio/page.js
Anil Matcha ebcddfa187 Rename project from Open-Higgsfield-AI to Open-Generative-AI
Update all references across source files, config, and docs — including
page titles, app name, package name, Electron window title, and release
asset URLs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-13 00:14:45 +05:30

9 lines
204 B
JavaScript

import StandaloneShell from '@/components/StandaloneShell';
export const metadata = {
title: 'Studio — Open Generative AI',
};
export default function StudioPage() {
return <StandaloneShell />;
}