set up eslint and prettier
This commit is contained in:
@@ -1,10 +1,14 @@
|
||||
import { HeadContent, Outlet, Scripts, createRootRouteWithContext } from "@tanstack/react-router";
|
||||
import {
|
||||
HeadContent,
|
||||
Outlet,
|
||||
Scripts,
|
||||
createRootRouteWithContext,
|
||||
} from "@tanstack/react-router";
|
||||
import { TanStackRouterDevtools } from "@tanstack/react-router-devtools";
|
||||
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
|
||||
import Header from "../components/header";
|
||||
import appCss from "../index.css?url";
|
||||
import { Toaster } from "@/components/ui/sonner";
|
||||
|
||||
export interface RouterAppContext {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user