Skip to content

Commit

Permalink
feat: Adapt ACMG Rating for multiple sources of info (#65) (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
gromdimon authored Sep 25, 2023
1 parent 507ad2c commit 54a2d88
Show file tree
Hide file tree
Showing 21 changed files with 1,636 additions and 757 deletions.
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

0 comments on commit 54a2d88

Please sign in to comment.