MCPcopy Create free account
hub / github.com/triggerdotdev/jsonhero-web / links

Function links

app/root.tsx:49–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47import { PreferencesProvider } from "~/components/PreferencesProvider";
48
49export function links() {
50 return [{ rel: "stylesheet", href: styles }];
51}
52
53export type LoaderData = {
54 theme?: Theme;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected