This repository was archived by the owner on Jan 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tests/fixtures/test-app/app Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ import type { MetaFunction } from "remix"
12import {
23 Links ,
34 LiveReload ,
67 Scripts ,
78 ScrollRestoration ,
89} from "remix"
9- import type { MetaFunction } from "remix"
1010
1111export const meta : MetaFunction = ( ) => {
1212 return { title : "New Remix App" }
@@ -16,7 +16,7 @@ export default function App() {
1616 return (
1717 < html lang = "en" >
1818 < head >
19- < meta charSet = "utf-8 " />
19+ < meta charSet = "utf8 " />
2020 < meta name = "viewport" content = "width=device-width,initial-scale=1" />
2121 < Meta />
2222 < Links />
Original file line number Diff line number Diff line change 1+ import type { MetaFunction } from "remix"
12import {
23 Links ,
34 LiveReload ,
67 Scripts ,
78 ScrollRestoration ,
89} from "remix"
9- import type { MetaFunction } from "remix"
1010
1111export const meta : MetaFunction = ( ) => {
1212 return { title : "New Remix App" }
@@ -16,7 +16,7 @@ export default function App() {
1616 return (
1717 < html lang = "en" >
1818 < head >
19- < meta charSet = "utf-8 " />
19+ < meta charSet = "utf8 " />
2020 < meta name = "viewport" content = "width=device-width,initial-scale=1" />
2121 < Meta />
2222 < Links />
You can’t perform that action at this time.
0 commit comments