Skip to content

Commit 4e0ee52

Browse files
committed
fix types
1 parent c500025 commit 4e0ee52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/BuildsComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { Dispatch, SetStateAction, useEffect, useState } from "react";
22

3-
interface Build {
3+
export interface Build {
44
uploaded: string;
55
key: string;
66
size: number;

0 commit comments

Comments
 (0)