mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
build: leftover extensions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user