style: biome setup
This commit is contained in:
parent
4133722f72
commit
4bc05aaa2a
8 changed files with 31 additions and 8 deletions
|
|
@ -0,0 +1,5 @@
|
|||
body,
|
||||
html {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
|
@ -1,10 +1,10 @@
|
|||
import {
|
||||
isRouteErrorResponse,
|
||||
Links,
|
||||
Meta,
|
||||
Outlet,
|
||||
Scripts,
|
||||
ScrollRestoration,
|
||||
isRouteErrorResponse,
|
||||
} from "react-router";
|
||||
|
||||
import type { Route } from "./+types/root";
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
import type { Route } from "./+types/home";
|
||||
import { Welcome } from "../welcome/welcome";
|
||||
import type { Route } from "./+types/home";
|
||||
|
||||
export function meta(_m: Route.MetaArgs) {
|
||||
export function meta(m: Route.MetaArgs) {
|
||||
return [
|
||||
{ title: "New React Router App" },
|
||||
{ name: "description", content: "Welcome to React Router!" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue