shellphone.app/app/routes/bear[.]js.ts
2022-06-26 20:57:44 +02:00

4 lines
139 B
TypeScript

import type { LoaderFunction } from "remix";
export const loader: LoaderFunction = () => fetch("https://cdn.panelbear.com/analytics.js");