···156156 isLoading={isFetchingNextPage}
157157 loadMore={fetchNextPage}
158158 >
159159- <Grid gutter="xl" mx={'auto'} maw={600} w={'100%'}>
159159+ <Grid gap="xl" mx={'auto'} maw={600} w={'100%'}>
160160 {connections.map((connection, index) => {
161161 // Determine the actual direction for this specific connection
162162 // If direction is 'all', check if the source URL matches props.url
···11/// <reference types="next" />
22/// <reference types="next/image-types/global" />
33-import './.next/types/routes.d.ts';
33+import "./.next/dev/types/routes.d.ts";
4455// NOTE: This file should not be edited
66// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.