Skip to content

Commit

Permalink
fix: root
Browse files Browse the repository at this point in the history
  • Loading branch information
Picodes committed Jan 15, 2025
1 parent e07f46a commit dd5486b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import { useEffect } from "react";
import dappkitStyles from "../packages/dappkit/src/style.css?url";
import LoadingIndicator from "./components/layout/LoadingIndicator";
import merklConfig from "./config";
import styles from "./index.css?url";
import { Cache } from "./modules/cache/cache.service";
import { ChainService } from "./modules/chain/chain.service";

Expand All @@ -27,11 +26,6 @@ export const links: LinksFunction = () => [
href: dappkitStyles,
as: "style",
},
{
rel: "stylesheet",
href: styles,
as: "style",
},
];

export async function loader(_args: LoaderFunctionArgs) {
Expand Down

0 comments on commit dd5486b

Please sign in to comment.