Skip to content

Commit 3d452d2

Browse files
committed
fix: build
1 parent 2d9d597 commit 3d452d2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/pages/StudioPage.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ export type ProjectWithShots = Project & {
1515

1616
export interface IStudioPageProps {
1717
project: ProjectWithShots & { _count: { shots: number } };
18-
hasImageInputAvailable: boolean;
1918
}
2019

2120
const StudioPage = ({ project }: IStudioPageProps) => (

0 commit comments

Comments
 (0)