diff --git a/apps/website/src/util/fetchMember.ts b/apps/website/src/util/fetchMember.ts index eb4a20800..324e5b7e9 100644 --- a/apps/website/src/util/fetchMember.ts +++ b/apps/website/src/util/fetchMember.ts @@ -1,9 +1,9 @@ import { addPackageToModel } from '@discordjs/scripts'; import { ApiModel, ApiFunction } from '@microsoft/api-extractor-model'; import { notFound } from 'next/navigation'; -import { OVERLOAD_SEPARATOR, PACKAGES } from './constants.js'; -import { findMember, findMemberByKey } from './model.js'; -import { fetchModelJSON } from '~/app/docAPI.js'; +import { OVERLOAD_SEPARATOR, PACKAGES } from './constants'; +import { findMember, findMemberByKey } from './model'; +import { fetchModelJSON } from '~/app/docAPI'; export interface ItemRouteParams { item: string;