Skip to content

Commit

Permalink
fix err
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 31, 2025
1 parent a2c8aef commit 296cdfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/uploadthing/src/convex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import * as Effect from "effect/Effect";

import type { Json } from "@uploadthing/shared";

import { makeAdapterHandler } from "./internal/handler";
import { createBuilder } from "./internal/upload-builder";
import type { CreateBuilderOptions } from "./internal/upload-builder";
import { makeAdapterHandler } from "./_internal/handler";
import { createBuilder } from "./_internal/upload-builder";
import type { CreateBuilderOptions } from "./_internal/upload-builder";
import type { FileRouter, RouteHandlerOptions } from "./types";

export type { FileRouter };
Expand Down

0 comments on commit 296cdfd

Please sign in to comment.