()
| 47 | import { PreferencesProvider } from "~/components/PreferencesProvider"; |
| 48 | |
| 49 | export function links() { |
| 50 | return [{ rel: "stylesheet", href: styles }]; |
| 51 | } |
| 52 | |
| 53 | export type LoaderData = { |
| 54 | theme?: Theme; |
nothing calls this directly
no outgoing calls
no test coverage detected