Skip to content

Commit

Permalink
chore: fix lint:deno script (#9550)
Browse files Browse the repository at this point in the history
Co-authored-by: alcpereira <48070464+alcpereira@users.noreply.github.com>
  • Loading branch information
MichaelDeBoey and alcpereira committed Jun 3, 2024
1 parent fe578e0 commit 8a997a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion integration/helpers/deno-template/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import {
Scripts,
ScrollRestoration,
} from "@remix-run/react";
import * as React from "react";

export const links: LinksFunction = () => [
...(cssBundleHref ? [{ rel: "stylesheet", href: cssBundleHref }] : []),
Expand Down
1 change: 0 additions & 1 deletion integration/helpers/deno-template/app/routes/_index.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import * as React from "react";
import type { MetaFunction } from "@remix-run/deno";

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

0 comments on commit 8a997a6

Please sign in to comment.