docs: setup format/lint
This commit is contained in:
@@ -4,13 +4,13 @@ import {
|
||||
Meta,
|
||||
Outlet,
|
||||
Scripts,
|
||||
ScrollRestoration
|
||||
} from "remix";
|
||||
import type { MetaFunction } from "remix";
|
||||
ScrollRestoration,
|
||||
} from "remix"
|
||||
import type { MetaFunction } from "remix"
|
||||
|
||||
export const meta: MetaFunction = () => {
|
||||
return { title: "New Remix App" };
|
||||
};
|
||||
return { title: "New Remix App" }
|
||||
}
|
||||
|
||||
export default function App() {
|
||||
return (
|
||||
@@ -28,5 +28,5 @@ export default function App() {
|
||||
{process.env.NODE_ENV === "development" && <LiveReload />}
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user