@@ -31,13 +31,11 @@ import * as $projects_name_kv_branch_ from "./routes/projects/[name]/kv/[branch]
3131import * as $remote_id_ from "./routes/remote/[id].tsx" ;
3232import * as $remote_index from "./routes/remote/index.tsx" ;
3333import * as $user from "./routes/user.ts" ;
34- import * as $viewer from "./routes/viewer.tsx" ;
3534import * as $watch from "./routes/watch.tsx" ;
3635import * as $KeyTree from "./islands/KeyTree.tsx" ;
3736import * as $KvExplorer from "./islands/KvExplorer.tsx" ;
3837import * as $LocalControls from "./islands/LocalControls.tsx" ;
3938import * as $LocalKvList from "./islands/LocalKvList.tsx" ;
40- import * as $ObjectEditor from "./islands/ObjectEditor.tsx" ;
4139import * as $RemoteControls from "./islands/RemoteControls.tsx" ;
4240import * as $RemoteKvList from "./islands/RemoteKvList.tsx" ;
4341import * as $Watches from "./islands/Watches.tsx" ;
@@ -74,15 +72,13 @@ const manifest = {
7472 "./routes/remote/[id].tsx" : $remote_id_ ,
7573 "./routes/remote/index.tsx" : $remote_index ,
7674 "./routes/user.ts" : $user ,
77- "./routes/viewer.tsx" : $viewer ,
7875 "./routes/watch.tsx" : $watch ,
7976 } ,
8077 islands : {
8178 "./islands/KeyTree.tsx" : $KeyTree ,
8279 "./islands/KvExplorer.tsx" : $KvExplorer ,
8380 "./islands/LocalControls.tsx" : $LocalControls ,
8481 "./islands/LocalKvList.tsx" : $LocalKvList ,
85- "./islands/ObjectEditor.tsx" : $ObjectEditor ,
8682 "./islands/RemoteControls.tsx" : $RemoteControls ,
8783 "./islands/RemoteKvList.tsx" : $RemoteKvList ,
8884 "./islands/Watches.tsx" : $Watches ,
0 commit comments