import { StudioApp } from "@/src/features/studio/StudioApp";

export default function HomePage() {
  return <StudioApp />;
}
