Skip to content

Commit

Permalink
Merge pull request #1 from react18-tools/deepsource-autofix-7c23e564
Browse files Browse the repository at this point in the history
refactor: replace template strings with regular string literals
  • Loading branch information
mayank1513 authored Jun 19, 2024
2 parents 4ceb630 + 00a84a7 commit dd23572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/remix/app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Header } from "@repo/shared";
export const meta: MetaFunction = () => [
{
charset: "utf-8",
title: `Blog | React18 Loaders`,
title: "Blog | React18 Loaders",
viewport: "width=device-width,initial-scale=1",
},
];
Expand Down

0 comments on commit dd23572

Please sign in to comment.