build: leftover extensions

This commit is contained in:
iCrawl 2023-05-01 15:23:15 +02:00
parent 48cab844d4
commit 80af9696d3
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -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;