Skip to content

Commit

Permalink
ci(manifest): Update manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel7004 committed Nov 20, 2024
1 parent f7ca5cc commit e85784f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/fresh.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import * as $index from "./routes/index.tsx";
import * as $DataDisplay from "./islands/DataDisplay.tsx";
import * as $Layout from "./islands/Layout.tsx";
import * as $Map from "./islands/Map.tsx";
import * as $Navbar from "./islands/Navbar.tsx";
import * as $Sidebar from "./islands/Sidebar.tsx";
import type { Manifest } from "$fresh/server.ts";

const manifest = {
Expand All @@ -24,8 +22,6 @@ const manifest = {
"./islands/DataDisplay.tsx": $DataDisplay,
"./islands/Layout.tsx": $Layout,
"./islands/Map.tsx": $Map,
"./islands/Navbar.tsx": $Navbar,
"./islands/Sidebar.tsx": $Sidebar,
},
baseUrl: import.meta.url,
} satisfies Manifest;
Expand Down

0 comments on commit e85784f

Please sign in to comment.