An HTML-only Bluesky frontend

Renamed profile.ts to actor.ts change import statement in main.ts

+1 -1
+1 -1
main.ts
··· 1 - import Actor from "./profile.ts"; 2 3 Deno.serve(async (req) => { 4 const url = new URL(req.url);
··· 1 + import Actor from "./actor.ts"; 2 3 Deno.serve(async (req) => { 4 const url = new URL(req.url);