Skip to content

Commit

Permalink
Fix Cloudflare template imports (#10017)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparkdev authored Sep 24, 2024
1 parent 58d167d commit 1b110b6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions contributors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@
- jrubins
- jsbmg
- jsgv
- jsparkdev
- jssisodiya
- jstafman
- juhanakristian
Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare/app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import type { LinksFunction } from "@remix-run/cloudflare";
import {
Links,
Meta,
Outlet,
Scripts,
ScrollRestoration,
} from "@remix-run/react";
import type { LinksFunction } from "@remix-run/node";

import "./tailwind.css";

Expand Down
2 changes: 1 addition & 1 deletion templates/cloudflare/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 1b110b6

Please sign in to comment.