From 94071d7ce16c56641d67d488e2bac6be84ffe731 Mon Sep 17 00:00:00 2001 From: 简律纯 Date: Fri, 3 Nov 2023 21:17:06 +0800 Subject: chore: delete useless files --- examples/kitchen-sink/apps/blog/app/root.tsx | 37 ---------------------------- 1 file changed, 37 deletions(-) delete mode 100644 examples/kitchen-sink/apps/blog/app/root.tsx (limited to 'examples/kitchen-sink/apps/blog/app/root.tsx') diff --git a/examples/kitchen-sink/apps/blog/app/root.tsx b/examples/kitchen-sink/apps/blog/app/root.tsx deleted file mode 100644 index 23a08a8..0000000 --- a/examples/kitchen-sink/apps/blog/app/root.tsx +++ /dev/null @@ -1,37 +0,0 @@ -import type { MetaFunction, LinksFunction } from "@remix-run/node"; -import { - Links, - LiveReload, - Meta, - Outlet, - Scripts, - ScrollRestoration, -} from "@remix-run/react"; -import styles from "~/styles.css"; -import { Analytics } from "@vercel/analytics/react"; - -export const meta: MetaFunction = () => ({ - charset: "utf-8", - title: "Blog | Kitchen Sink", - viewport: "width=device-width,initial-scale=1", -}); - -export const links: LinksFunction = () => [{ rel: "stylesheet", href: styles }]; - -export default function App() { - return ( - - - - - - - - - - - - - - ); -} -- cgit v1.2.3-70-g09d2