build: leftover extensions

This commit is contained in:
iCrawl
2023-05-01 15:23:15 +02:00
parent 48cab844d4
commit 80af9696d3

View File

@@ -1,9 +1,9 @@
import { addPackageToModel } from '@discordjs/scripts'; import { addPackageToModel } from '@discordjs/scripts';
import { ApiModel, ApiFunction } from '@microsoft/api-extractor-model'; import { ApiModel, ApiFunction } from '@microsoft/api-extractor-model';
import { notFound } from 'next/navigation'; import { notFound } from 'next/navigation';
import { OVERLOAD_SEPARATOR, PACKAGES } from './constants.js'; import { OVERLOAD_SEPARATOR, PACKAGES } from './constants';
import { findMember, findMemberByKey } from './model.js'; import { findMember, findMemberByKey } from './model';
import { fetchModelJSON } from '~/app/docAPI.js'; import { fetchModelJSON } from '~/app/docAPI';
export interface ItemRouteParams { export interface ItemRouteParams {
item: string; item: string;