fix export

This commit is contained in:
Samuel Newman
2026-02-03 11:34:14 -06:00
parent 3bf8752b5e
commit f10e7f2319
+1 -3
View File
@@ -130,9 +130,7 @@ const extensionToMimeType: Record<
* `mimeType`. If `mimeType` is not available, we try to infer it through
* various means.
*/
export async function classifyImagePickerAsset(
asset: ImagePickerAsset,
): Promise<
async function classifyImagePickerAsset(asset: ImagePickerAsset): Promise<
| {
success: true
type: AssetType