Skip to content

Commit

Permalink
chore: generate
Browse files Browse the repository at this point in the history
  • Loading branch information
9renpoto committed Sep 17, 2024
1 parent 3ad4a62 commit c415efd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.

import type { Manifest } from "$fresh/server.ts";
import * as $SearchButton from "./islands/SearchButton.tsx";
import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_middleware from "./routes/_middleware.ts";
Expand All @@ -12,6 +10,8 @@ import * as $entry_all_ from "./routes/entry/[...all].tsx";
import * as $healthz from "./routes/healthz.tsx";
import * as $index from "./routes/index.tsx";
import * as $rss_xml from "./routes/rss.xml.ts";
import * as $SearchButton from "./islands/SearchButton.tsx";
import { type Manifest } from "$fresh/server.ts";

const manifest = {
routes: {
Expand Down

0 comments on commit c415efd

Please sign in to comment.