shellphone.app/app/routes/bear[.]js.ts

4 lines
139 B
TypeScript
Raw Normal View History

2022-06-26 18:57:44 +00:00
import type { LoaderFunction } from "remix";
export const loader: LoaderFunction = () => fetch("https://cdn.panelbear.com/analytics.js");