diff --git a/src/components/pages/StudioPage.tsx b/src/components/pages/StudioPage.tsx index 766916a..e06c9da 100644 --- a/src/components/pages/StudioPage.tsx +++ b/src/components/pages/StudioPage.tsx @@ -15,7 +15,6 @@ export type ProjectWithShots = Project & { export interface IStudioPageProps { project: ProjectWithShots & { _count: { shots: number } }; - hasImageInputAvailable: boolean; } const StudioPage = ({ project }: IStudioPageProps) => (