Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Adapt ACMG Rating for multiple sources of info (#65) #66

Merged
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ tags

### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/components/HeaderDetailPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { watch, ref } from 'vue'
import { useRouter } from 'vue-router'

import SearchBar from '@/components/SearchBar.vue'
import { search } from '@/api/utils'
import { search } from '@/lib/utils'

export interface Props {
searchTerm?: string
Expand Down
Loading
Loading