Skip to content

Commit 76d9c50

Browse files
committed
merge badges into utils
1 parent 37ad9b5 commit 76d9c50

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

app/projects/hybrid/page.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Authors } from '@/components/utils'
2-
import { Badges } from '@/components/badges'
1+
import { Authors, Badges } from '@/components/utils'
32

43
# Learning High-Order Relationships of Brain Regions
54

app/projects/mage/page.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
import { Authors } from '@/components/utils'
2-
import { Badges } from '@/components/badges'
1+
import { Authors, Badges } from '@/components/utils'
32

43
# Explaining Graph Neural Networks via Structure-aware Interaction Index
54

components/utils.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export { Badges } from './badges';
12
export interface Author {
23
name: string;
34
affiliation: string;

0 commit comments

Comments
 (0)