fix (backend): update import
This commit is contained in:
parent
4c91e8e37f
commit
a107d8c1ec
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
import define from "@/server/api/define.js";
|
||||
import { genId } from "backend-rs";
|
||||
import { fetchMeta, genId } from "backend-rs";
|
||||
import { Antennas, UserLists, UserGroupJoinings } from "@/models/index.js";
|
||||
import { ApiError } from "@/server/api/error.js";
|
||||
import { publishInternalEvent } from "@/services/stream.js";
|
||||
import { fetchMeta } from "@/misc/fetch-meta.js";
|
||||
|
||||
export const meta = {
|
||||
tags: ["antennas"],
|
||||
|
|
Loading…
Reference in a new issue