Skip to content

Commit

Permalink
Update cloudflare imports
Browse files Browse the repository at this point in the history
  • Loading branch information
brookslybrand committed Oct 16, 2024
1 parent fec765a commit 9824e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Scripts,
ScrollRestoration,
} from "@remix-run/react";
import type { LinksFunction } from "@remix-run/node";
import type { LinksFunction } from "@remix-run/cloudflare";

import "./tailwind.css";

Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare-workers/app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { MetaFunction } from "@remix-run/node";
import type { MetaFunction } from "@remix-run/cloudflare";

export const meta: MetaFunction = () => {
return [
Expand Down

0 comments on commit 9824e82

Please sign in to comment.