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

4 lines
130 B
TypeScript
Raw Normal View History

2022-06-27 12:37:25 +00:00
import type { LoaderFunction } from "remix";
export const loader: LoaderFunction = () => fetch("https://cdn.splitbee.io/sb.js");