|
@@ -20,6 +20,7 @@ import * as $LoginFrame from "./islands/LoginFrame.tsx";
|
|
|
import * as $Modal from "./islands/Modal.tsx";
|
|
import * as $Modal from "./islands/Modal.tsx";
|
|
|
import * as $PostList from "./islands/PostList.tsx";
|
|
import * as $PostList from "./islands/PostList.tsx";
|
|
|
import * as $TopBar from "./islands/TopBar.tsx";
|
|
import * as $TopBar from "./islands/TopBar.tsx";
|
|
|
|
|
+import * as $WelcomeFrame from "./islands/WelcomeFrame.tsx";
|
|
|
import { type Manifest } from "$fresh/server.ts";
|
|
import { type Manifest } from "$fresh/server.ts";
|
|
|
|
|
|
|
|
const manifest = {
|
|
const manifest = {
|
|
@@ -44,6 +45,7 @@ const manifest = {
|
|
|
"./islands/Modal.tsx": $Modal,
|
|
"./islands/Modal.tsx": $Modal,
|
|
|
"./islands/PostList.tsx": $PostList,
|
|
"./islands/PostList.tsx": $PostList,
|
|
|
"./islands/TopBar.tsx": $TopBar,
|
|
"./islands/TopBar.tsx": $TopBar,
|
|
|
|
|
+ "./islands/WelcomeFrame.tsx": $WelcomeFrame,
|
|
|
},
|
|
},
|
|
|
baseUrl: import.meta.url,
|
|
baseUrl: import.meta.url,
|
|
|
} satisfies Manifest;
|
|
} satisfies Manifest;
|