We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37ad9b5 commit 76d9c50Copy full SHA for 76d9c50
app/projects/hybrid/page.mdx
@@ -1,5 +1,4 @@
1
-import { Authors } from '@/components/utils'
2
-import { Badges } from '@/components/badges'
+import { Authors, Badges } from '@/components/utils'
3
4
# Learning High-Order Relationships of Brain Regions
5
app/projects/mage/page.mdx
# Explaining Graph Neural Networks via Structure-aware Interaction Index
components/utils.tsx
@@ -1,3 +1,4 @@
+export { Badges } from './badges';
export interface Author {
name: string;
affiliation: string;
0 commit comments