Skip to content

Commit

Permalink
renamed prerender-cf-cache-control-construct type script file
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Jul 25, 2022
1 parent caf0a35 commit 256cea8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/prerender-proxy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ import { PrerenderLambda } from "./lib/prerender-lambda-construct";
import { PrerenderFunction } from "./lib/prerender-construct";
import { PrerenderCheckFunction } from "./lib/prerender-check-construct";
import { ErrorResponseFunction } from "./lib/error-response-construct";
import { CloudFrontCacheControl } from "./lib/prerender-cf-cache-control-consctruct"
import { CloudFrontCacheControl } from "./lib/prerender-cf-cache-control-construct"

export { PrerenderLambda, PrerenderFunction, PrerenderCheckFunction, ErrorResponseFunction, CloudFrontCacheControl };

0 comments on commit 256cea8

Please sign in to comment.