feat: initial commit - oncology literature search platform
OncoLit: a multi-tenant oncology literature search, feed, and collaboration platform. Built with FastAPI + Vue 3 + PostgreSQL. Includes PubMed pipeline, drug approvals, AI summaries, and systematic review tools.
This commit is contained in:
Vendored
+23
@@ -0,0 +1,23 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
// Generated by unplugin-vue-components
|
||||
// Read more: https://github.com/vuejs/core/pull/3399
|
||||
export {}
|
||||
|
||||
/* prettier-ignore */
|
||||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AdvancedSearchPanel: typeof import('./components/search/AdvancedSearchPanel.vue')['default']
|
||||
LiteratureCard: typeof import('./components/literature/LiteratureCard.vue')['default']
|
||||
LiteraturePreviewDrawer: typeof import('./components/literature/LiteraturePreviewDrawer.vue')['default']
|
||||
NDescriptionsItem: typeof import('naive-ui')['NDescriptionsItem']
|
||||
NetworkStatus: typeof import('./components/common/NetworkStatus.vue')['default']
|
||||
NModal: typeof import('naive-ui')['NModal']
|
||||
NoteEditModal: typeof import('./components/notes/NoteEditModal.vue')['default']
|
||||
NotificationBell: typeof import('./components/common/NotificationBell.vue')['default']
|
||||
PageSkeleton: typeof import('./components/common/PageSkeleton.vue')['default']
|
||||
RouterLink: typeof import('vue-router')['RouterLink']
|
||||
RouterView: typeof import('vue-router')['RouterView']
|
||||
Table1Viewer: typeof import('./components/literature/Table1Viewer.vue')['default']
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user