~kyoheiu/frssco

3c78e1cf5b67ea0de267a7cdd2bf2b55a16969ce — Kyohei Uto 1 year, 7 months ago 6f78580
Update
1 files changed, 8 insertions(+), 6 deletions(-)

M fresh.gen.ts
M fresh.gen.ts => fresh.gen.ts +8 -6
@@ 4,12 4,13 @@

import config from "./deno.json" assert { type: "json" };
import * as $0 from "./routes/_app.tsx";
import * as $1 from "./routes/api/append.ts";
import * as $1 from "./routes/api/edit.ts";
import * as $2 from "./routes/api/joke.ts";
import * as $3 from "./routes/api/login.ts";
import * as $4 from "./routes/api/refresh.ts";
import * as $5 from "./routes/index.tsx";
import * as $6 from "./routes/logout.tsx";
import * as $5 from "./routes/edit.tsx";
import * as $6 from "./routes/index.tsx";
import * as $7 from "./routes/logout.tsx";
import * as $$0 from "./islands/CopyLink.tsx";
import * as $$1 from "./islands/CustomShare.tsx";
import * as $$2 from "./islands/Header.tsx";


@@ 18,12 19,13 @@ import * as $$3 from "./islands/Menu.tsx";
const manifest = {
  routes: {
    "./routes/_app.tsx": $0,
    "./routes/api/append.ts": $1,
    "./routes/api/edit.ts": $1,
    "./routes/api/joke.ts": $2,
    "./routes/api/login.ts": $3,
    "./routes/api/refresh.ts": $4,
    "./routes/index.tsx": $5,
    "./routes/logout.tsx": $6,
    "./routes/edit.tsx": $5,
    "./routes/index.tsx": $6,
    "./routes/logout.tsx": $7,
  },
  islands: {
    "./islands/CopyLink.tsx": $$0,