Skip to content

Commit

Permalink
Declare interface of docmaps views folder #3239
Browse files Browse the repository at this point in the history
  • Loading branch information
giorgiosironi committed May 15, 2024
1 parent 0a767ed commit 097d2ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 1 addition & 2 deletions src/http/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ import { referencePage, sharedComponentsPage, indexPage } from '../read-side/htm
import { subscribeToListPage } from '../read-side/html-pages/subscribe-to-list-page';
import { userPage as userFollowingPage, userPageParams as userFollowingPageParams } from '../read-side/html-pages/user-page/user-following-page';
import { userPage as userListsPage, userPageParams as userListsPageParams } from '../read-side/html-pages/user-page/user-lists-page';
import { generateDocmaps } from '../read-side/non-html-views/docmaps/docmap';
import { docmapIndex } from '../read-side/non-html-views/docmaps/docmap-index';
import { generateDocmaps, docmapIndex } from '../read-side/non-html-views/docmaps';
import { listFeed } from '../read-side/non-html-views/list/list-feed';
import { applicationStatus } from '../read-side/non-html-views/status';
import { statusGroups } from '../read-side/non-html-views/status-groups';
Expand Down
2 changes: 2 additions & 0 deletions src/read-side/non-html-views/docmaps/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
export { generateDocmaps } from './docmap';
export { docmapIndex } from './docmap-index';

0 comments on commit 097d2ed

Please sign in to comment.