Skip to content

Commit

Permalink
chore: run Prettier on codebase (remix-run#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelDeBoey authored Apr 1, 2022
1 parent 399001c commit fce6766
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
import type { LinksFunction, LoaderFunction, MetaFunction } from "@remix-run/node";
import type {
LinksFunction,
LoaderFunction,
MetaFunction,
} from "@remix-run/node";
import { json } from "@remix-run/node";
import { Links, LiveReload, Meta, Outlet, Scripts, ScrollRestoration } from "@remix-run/react";
import {
Links,
LiveReload,
Meta,
Outlet,
Scripts,
ScrollRestoration,
} from "@remix-run/react";

import tailwindStylesheetUrl from "./styles/tailwind.css";
import { getUser } from "./session.server";
Expand Down

0 comments on commit fce6766

Please sign in to comment.