Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
negrel committed Jan 4, 2024
1 parent a97d023 commit 474a9d6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
2 changes: 0 additions & 2 deletions fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import * as $_404 from "./routes/_404.tsx";
import * as $_app from "./routes/_app.tsx";
import * as $_layout from "./routes/_layout.tsx";
import * as $index from "./routes/index.tsx";
import * as $static_name_ from "./routes/static/[...name].tsx";
import * as $GoToTopButton from "./islands/GoToTopButton.tsx";
import * as $Home from "./islands/Home.tsx";
import * as $ImagesCompressor from "./islands/ImagesCompressor.tsx";
Expand All @@ -22,7 +21,6 @@ const manifest = {
"./routes/_app.tsx": $_app,
"./routes/_layout.tsx": $_layout,
"./routes/index.tsx": $index,
"./routes/static/[...name].tsx": $static_name_,
},
islands: {
"./islands/GoToTopButton.tsx": $GoToTopButton,
Expand Down
31 changes: 0 additions & 31 deletions routes/static/[...name].tsx

This file was deleted.

0 comments on commit 474a9d6

Please sign in to comment.