Skip to content

Commit

Permalink
merge badges into utils
Browse files Browse the repository at this point in the history
  • Loading branch information
Boltzmachine committed Dec 22, 2024
1 parent 37ad9b5 commit 76d9c50
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions app/projects/hybrid/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Authors } from '@/components/utils'
import { Badges } from '@/components/badges'
import { Authors, Badges } from '@/components/utils'

# Learning High-Order Relationships of Brain Regions

Expand Down
3 changes: 1 addition & 2 deletions app/projects/mage/page.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { Authors } from '@/components/utils'
import { Badges } from '@/components/badges'
import { Authors, Badges } from '@/components/utils'

# Explaining Graph Neural Networks via Structure-aware Interaction Index

Expand Down
1 change: 1 addition & 0 deletions components/utils.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export { Badges } from './badges';
export interface Author {
name: string;
affiliation: string;
Expand Down

0 comments on commit 76d9c50

Please sign in to comment.