fix(website): model import

This commit is contained in:
iCrawl 2023-04-07 13:41:09 +02:00
parent e3e7d500dc
commit 9aafdd6214
No known key found for this signature in database
GPG key ID: 1AB888B16355FBB2

View file

@ -24,7 +24,7 @@ import { Variable } from '~/components/model/Variable';
import { Enum } from '~/components/model/enum/Enum';
import { Function } from '~/components/model/function/Function';
import { OVERLOAD_SEPARATOR, PACKAGES } from '~/util/constants';
import { findMember, findMemberByKey } from '~/util/model.server';
import { findMember, findMemberByKey } from '~/util/model';
export interface ItemRouteParams {
item: string;