|
@@ -16,8 +16,9 @@ import * as $9 from "./routes/register.tsx";
|
|
|
import * as $$0 from "./islands/Editor.tsx";
|
|
import * as $$0 from "./islands/Editor.tsx";
|
|
|
import * as $$1 from "./islands/HomeBar.tsx";
|
|
import * as $$1 from "./islands/HomeBar.tsx";
|
|
|
import * as $$2 from "./islands/LoginFrame.tsx";
|
|
import * as $$2 from "./islands/LoginFrame.tsx";
|
|
|
-import * as $$3 from "./islands/PostList.tsx";
|
|
|
|
|
-import * as $$4 from "./islands/TopBar.tsx";
|
|
|
|
|
|
|
+import * as $$3 from "./islands/Modal.tsx";
|
|
|
|
|
+import * as $$4 from "./islands/PostList.tsx";
|
|
|
|
|
+import * as $$5 from "./islands/TopBar.tsx";
|
|
|
|
|
|
|
|
const manifest = {
|
|
const manifest = {
|
|
|
routes: {
|
|
routes: {
|
|
@@ -36,8 +37,9 @@ const manifest = {
|
|
|
"./islands/Editor.tsx": $$0,
|
|
"./islands/Editor.tsx": $$0,
|
|
|
"./islands/HomeBar.tsx": $$1,
|
|
"./islands/HomeBar.tsx": $$1,
|
|
|
"./islands/LoginFrame.tsx": $$2,
|
|
"./islands/LoginFrame.tsx": $$2,
|
|
|
- "./islands/PostList.tsx": $$3,
|
|
|
|
|
- "./islands/TopBar.tsx": $$4,
|
|
|
|
|
|
|
+ "./islands/Modal.tsx": $$3,
|
|
|
|
|
+ "./islands/PostList.tsx": $$4,
|
|
|
|
|
+ "./islands/TopBar.tsx": $$5,
|
|
|
},
|
|
},
|
|
|
baseUrl: import.meta.url,
|
|
baseUrl: import.meta.url,
|
|
|
config,
|
|
config,
|