Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
baptadn committed Dec 7, 2024
1 parent 2d9d597 commit 3d452d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/pages/StudioPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export type ProjectWithShots = Project & {

export interface IStudioPageProps {
project: ProjectWithShots & { _count: { shots: number } };
hasImageInputAvailable: boolean;
}

const StudioPage = ({ project }: IStudioPageProps) => (
Expand Down

0 comments on commit 3d452d2

Please sign in to comment.