shellphone.app/app/routes/bee[.]js.ts
2022-06-27 14:37:25 +02:00

4 lines
130 B
TypeScript

import type { LoaderFunction } from "remix";
export const loader: LoaderFunction = () => fetch("https://cdn.splitbee.io/sb.js");